This commit is contained in:
2025-09-08 13:56:57 -07:00
parent c0302ba8cb
commit 19e9b46226
5 changed files with 50 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{
@@ -28,6 +30,7 @@
"imladris"
"orion"
"rift"
"sk"
] (hostName: lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };