generation 498 25.11.20250714.62e0f05

This commit is contained in:
2025-08-21 18:37:10 -04:00
parent 2d4e64d04f
commit 56336e0b7e
5 changed files with 111 additions and 3 deletions

View File

@@ -56,7 +56,14 @@
nixosConfigurations.server = nixpkgs.lib.nixosSystem {
modules = [
baseModule
./hosts/thonkpad/configuration.nix
./hosts/server/configuration.nix
];
};
nixosConfigurations.server-gpu = nixpkgs.lib.nixosSystem {
modules = [
baseModule
./hosts/server-gpu/configuration.nix
];
};