From d6b6cad9cc2976230a575d38c798311c330ae2dc Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Feb 2022 11:06:48 +0900 Subject: feat(nixos/alpha): use stock kernel --- nixos/alpha/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/alpha') 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 -- cgit 1.4.1