Rename gwen to chamuel and generize it

This commit is contained in:
Alex Davies 2024-09-14 12:08:38 -03:00
parent b7fe8183e2
commit 03eb3b604a

View File

@ -155,11 +155,10 @@
./nixos/gaming.nix
];
};
gwen = nixpkgs.lib.nixosSystem {
chamuel = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
hostname = "gwen";
mainUser = "gwen";
hostname = "chamuel";
};
modules = [
./nixos/configuration.nix