From 7a19c017d441bb4da35ea2b90aa0eb1f49466375 Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 29 Aug 2025 15:11:39 +0800 Subject: [PATCH] devices.nas: switch to alderlake --- devices/nas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/nas/default.nix b/devices/nas/default.nix index fd7f252c..ed000f57 100644 --- a/devices/nas/default.nix +++ b/devices/nas/default.nix @@ -18,7 +18,7 @@ inputs: rollingRootfs.waitDevices = [ "/dev/mapper/root2" ]; }; initrd.sshd = {}; - nixpkgs.march = "silvermont"; + nixpkgs.march = "alderlake"; network = {}; }; hardware.gpu.type = "intel";