Add another host

This commit is contained in:
2024-03-01 10:00:40 +01:00
parent 59a0227a66
commit 4421a94316
3 changed files with 87 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
specialArgs = { inherit inputs self user; };
modules = [ ./hosts/magicman ];
};
gunter = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs self user; };
modules = [ ./hosts/gunter ];
};
};
};
}