This commit is contained in:
2023-03-03 00:56:28 +00:00
parent 74794db1f3
commit c982805de4
6 changed files with 136 additions and 11 deletions

View File

@@ -112,13 +112,13 @@
# Available through 'nixos-rebuild --flake .#your-hostname'
nixosConfigurations = {
Go3 = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
specialArgs = { inherit inputs outputs lib;hostName = "Go3"; };
modules = [
./hosts/Go3
];
};
StuPC = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
./hosts/StuPC
];