From e36e98da43028688633583b07f51f079f7b6b0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 20 May 2023 02:03:07 +0200 Subject: [PATCH] pipebert: add nixos-hardware intel --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ]; };