flake: cleanup nixos-hardware

This commit is contained in:
Sandro - 2023-05-20 02:45:56 +02:00
parent 87dc4f22b2
commit 7ba4cc2c9a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 4 deletions

View File

@ -372,8 +372,7 @@
glotzbert = nixosSystem' {
modules = [
nixos-hardware.nixosModules.common-cpu-intel
nixos-hardware.nixosModules.common-pc-ssd
nixos-hardware.nixosModules.common-cpu-intel # also includes iGPU
./hosts/glotzbert
];
};
@ -569,8 +568,6 @@
pipebert = nixosSystem' {
modules = [
nixos-hardware.nixosModules.common-cpu-intel
nixos-hardware.nixosModules.common-pc-ssd
./hosts/pipebert
];
};