added host pc

This commit is contained in:
Dea 2026-01-08 22:14:01 -05:00
parent 222265c092
commit 7ae2f5ca07
2 changed files with 39 additions and 8 deletions

View file

@ -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;
};
};
}