Commit ead6ff782115
Changed files (1)
systems
common
base
systems/common/base/boot.nix
@@ -2,6 +2,9 @@ _: {
boot = {
initrd.systemd.enable = true;
+ # CVE-2026-31431 (Copy Fail): disable algif_aead until kernel is patched
+ blacklistedKernelModules = [ "algif_aead" ];
+
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;