setup nix for skrot

This commit is contained in:
System administrator
2026-02-10 15:12:53 +01:00
parent f88b81672a
commit 7ba8b47d7d
4 changed files with 47 additions and 16 deletions

View File

@@ -184,7 +184,11 @@
};
ildkule = stableNixosConfig "ildkule" { };
#ildkule-unstable = unstableNixosConfig "ildkule" { };
skrot = stableNixosConfig "skrot" { };
skrot = stableNixosConfig "skrot" {
modules = [
inputs.disko.nixosModules.disko
];
};
shark = stableNixosConfig "shark" { };
wenche = stableNixosConfig "wenche" { };
temmie = stableNixosConfig "temmie" { };