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