diff --git a/hosts/imxyy-nix-server/hardware.nix b/hosts/imxyy-nix-server/hardware.nix index b964a16..0b2f37b 100644 --- a/hosts/imxyy-nix-server/hardware.nix +++ b/hosts/imxyy-nix-server/hardware.nix @@ -18,7 +18,7 @@ in ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; - boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest; + boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_stable; services.scx = { enable = true; scheduler = "scx_rusty"; @@ -27,6 +27,7 @@ in boot.tmp.useTmpfs = true; boot.supportedFilesystems = [ "zfs" ]; boot.zfs = { + package = pkgs.zfs_unstable; extraPools = [ "data" ]; forceImportRoot = false; };