From 2eaeaa9f92ab639a616df0a07a02dea262c38914 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 29 Oct 2024 22:21:55 +0100 Subject: hosts: add schrotti --- hosts/schrotti.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hosts/schrotti.nix (limited to 'hosts') 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"; +} -- cgit 1.4.1