diff options
author | Silas Schöffel <sils@sils.li> | 2024-10-05 19:49:08 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-10-05 19:49:08 +0200 |
commit | 522a453a5052838075d066999f2ad29d522a2247 (patch) | |
tree | 2db9986b91b0dc475879705207e1639083b64e07 /hosts/schrotti.nix | |
parent | hyprland: remove neo keyboard layout (diff) | |
download | nix-config-522a453a5052838075d066999f2ad29d522a2247.tar.gz nix-config-522a453a5052838075d066999f2ad29d522a2247.zip |
various changes, needs rebase
Diffstat (limited to 'hosts/schrotti.nix')
-rw-r--r-- | hosts/schrotti.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hosts/schrotti.nix b/hosts/schrotti.nix new file mode 100644 index 0000000..417b179 --- /dev/null +++ b/hosts/schrotti.nix @@ -0,0 +1,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"; +} |