This commit is contained in:
lsoriano-mcm
2025-06-28 17:27:08 -05:00
parent 1e19f865de
commit ea86b6f7e5
5 changed files with 4 additions and 54 deletions
-7
View File
@@ -58,13 +58,6 @@
./hosts/desktop/configuration.nix
];
};
gaming = lib.nixosSystem {
inherit system;
specialArgs = args;
modules = [
./hosts/gaming/configuration.nix
];
};
headless = lib.nixosSystem {
inherit system;
specialArgs = args;