host: update kernel to 6_6_hardened

This commit is contained in:
Dmitriy Pleshevskiy 2024-03-29 15:48:33 +03:00
parent e96a3b3a31
commit 17fe26dd41
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
4 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@
../../shared/encrypted-dns.nix
];
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_6_1;
# Use latest lts kernel
boot.kernelPackages = pkgs.unstable.linuxPackages_6_6_hardened;
# Use the systemd-boot EFI boot loader.
boot.loader = {

View File

@ -18,7 +18,7 @@
# Configure kernel
boot = {
# I cannot use rtl88x2bu driver in stable
kernelPackages = pkgs.unstable.linuxPackages_6_1;
kernelPackages = pkgs.unstable.linuxPackages_6_6_hardened;
extraModulePackages = with config.boot.kernelPackages; [
rtl88x2bu
];

View File

@ -16,7 +16,7 @@ in
./services/wireguard.nix
];
boot.kernelPackages = pkgs.linuxPackages_6_1;
boot.kernelPackages = pkgs.unstable.linuxPackages_6_6_hardened;
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;

View File

@ -16,7 +16,7 @@ in
./services/wireguard.nix
];
boot.kernelPackages = pkgs.linuxPackages_6_1;
boot.kernelPackages = pkgs.unstable.linuxPackages_6_6_hardened;
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;