This commit is contained in:
2023-03-08 18:00:18 +00:00
parent 56e5cde883
commit 9c82720103
18 changed files with 213 additions and 159 deletions

View File

@@ -100,10 +100,10 @@ in
./hosts/WSL/Go3
];
};
StuPC = nixpkgs.lib.nixosSystem {
StuPC_WSL = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [
./hosts/WSL/StuPC
./hosts/WSL/StuPC_WSL
];
};