mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/server: upgrade Linux hardened kernel to 6.1
It's a necessity since it will throw an error being the Linux kernel 6.0 reaching end-of-life upstream.
This commit is contained in:
parent
25709b4208
commit
e5066837bf
@ -91,7 +91,7 @@ in
|
||||
security.protectKernelImage = true;
|
||||
|
||||
# Hardened config equals hardened kernel.
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0_hardened;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1_hardened;
|
||||
|
||||
# Be STRICT! MUAHAHAHAHA!!!!
|
||||
services.fail2ban = {
|
||||
|
Loading…
Reference in New Issue
Block a user