pipebert: add nixos-hardware intel

This commit is contained in:
Sandro - 2023-05-20 02:03:07 +02:00
parent 7fcecd0d4f
commit e36e98da43
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 1 deletions

View File

@ -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
];
};