added host pc
This commit is contained in:
parent
222265c092
commit
7ae2f5ca07
2 changed files with 39 additions and 8 deletions
16
flake.nix
16
flake.nix
|
|
@ -31,13 +31,13 @@
|
|||
++ commonModules;
|
||||
};
|
||||
|
||||
# pc
|
||||
# nixosConfigurations.sandalphon = lib.nixosSystem {
|
||||
# specialArgs = { inherit inputs; };
|
||||
# modules = [
|
||||
# ./hosts/sandalphon/hardware-configuration.nix
|
||||
# ]
|
||||
# ++ commonModules;
|
||||
# };
|
||||
# pc
|
||||
nixosConfigurations.sandalphon = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/sandalphon/hardware-configuration.nix
|
||||
]
|
||||
++ commonModules;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue