diff --git a/flake.nix b/flake.nix index 4b41797f..18cc32fc 100644 --- a/flake.nix +++ b/flake.nix @@ -372,9 +372,9 @@ glotzbert = nixosSystem' { modules = [ - ./hosts/glotzbert nixos-hardware.nixosModules.common-cpu-intel nixos-hardware.nixosModules.common-pc-ssd + ./hosts/glotzbert ]; }; @@ -569,6 +569,8 @@ pipebert = nixosSystem' { modules = [ + nixos-hardware.nixosModules.common-cpu-intel + nixos-hardware.nixosModules.common-pc-ssd ./hosts/pipebert ]; };