diff options
author | sefidel <contact@sefidel.net> | 2022-09-11 15:52:59 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-07 06:59:40 +0900 |
commit | 802e940001c19334aa249a56b31b273c09595211 (patch) | |
tree | e623a9b68d5f51a144f1ce40243318bcfb469fb5 /nixos | |
parent | c5d1ea57eb16ee0c3f045bbbbe90003fae22fd9f (diff) | |
download | nixrc-802e940001c19334aa249a56b31b273c09595211.tar.gz nixrc-802e940001c19334aa249a56b31b273c09595211.zip |
feat(nixos/alpha)!: fix kernel to 5.18 (zfs)
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
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" |