about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-11 15:52:59 +0900
committersefidel <contact@sefidel.net>2022-10-07 06:59:40 +0900
commit802e940001c19334aa249a56b31b273c09595211 (patch)
treee623a9b68d5f51a144f1ce40243318bcfb469fb5
parentc5d1ea57eb16ee0c3f045bbbbe90003fae22fd9f (diff)
downloadnixrc-802e940001c19334aa249a56b31b273c09595211.tar.gz
nixrc-802e940001c19334aa249a56b31b273c09595211.zip
feat(nixos/alpha)!: fix kernel to 5.18 (zfs)
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index fdd238e..2123e93 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -22,7 +22,7 @@
     };
   };
 
-  boot.kernelPackages = pkgs.linuxPackages_latest;
+  boot.kernelPackages = pkgs.linuxPackages_5_18;
   boot.kernelParams = [
     "nohibernate"
     "nmi_watchdog=0"