about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index c8e318e..79b3e81 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -10,7 +10,7 @@
     sudo.wheelNeedsPassword = false;
   };
 
-  boot.kernelPackages = pkgs.linuxPackages_xanmod;
+  boot.kernelPackages = pkgs.linuxPackages_5_15;
   boot.kernelParams = [
     "nohibernate"
     "nmi_watchdog=0"
@@ -19,7 +19,6 @@
 
   boot.initrd.supportedFilesystems = [ "zfs" ];
   boot.supportedFilesystems = [ "zfs" ];
-  boot.zfs.devNodes = "/dev/";
   boot.zfs.enableUnstable = true;
 
   # GRUB bootloader