summary refs log tree commit diff stats
path: root/hosts/thinklappi.nix
blob: c207854e18e2ff3565e9cf212cf93dd598f916a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{...}: {
  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;
  };
}