diff --git a/devices/nas/default.nix b/devices/nas/default.nix index fc81c505..85bc5f0f 100644 --- a/devices/nas/default.nix +++ b/devices/nas/default.nix @@ -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 =