devices.nas: use xanmod kernel

This commit is contained in:
陈浩南 2024-05-26 21:00:03 +08:00
parent d00729a7bf
commit aa635de7f2

View File

@ -46,6 +46,7 @@ inputs:
nixpkgs.march = "silvermont";
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
networking = { hostname = "nas"; networkd = {}; };
kernel.variant = "xanmod-latest";
};
hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };
services =