devices.nas: switch to alderlake

This commit is contained in:
2025-08-29 15:11:39 +08:00
parent 7fe7b2382c
commit 7a19c017d4

View File

@@ -18,7 +18,7 @@ inputs:
rollingRootfs.waitDevices = [ "/dev/mapper/root2" ];
};
initrd.sshd = {};
nixpkgs.march = "silvermont";
nixpkgs.march = "alderlake";
network = {};
};
hardware.gpu.type = "intel";