summary refs log tree commit diff stats
path: root/hosts/thinklappi.nix
blob: 76c769cfe83fd6b828aa5e6e0b860522c5970956 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{...}: {
  sils = {
    meta = {
      bootPart = "/dev/disk/by-uuid/4064-2D6C";
      hostname = "thinklappi";
      mainDisk = "/dev/disk/by-uuid/68da1329-f5ea-4f2c-a38e-faffaaaa6b5a";
      rootPart = "/dev/disk/by-uuid/6700d662-29a9-4ea5-8ca6-85d42550b3ab";
      system = "x86_64-linux";
    };

    plymouth.enable = true;
    theming.enable = true;
  };
}