From 116468e4af7c04d9a832a3b1466b1371899b3469 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 1 Jul 2024 14:32:28 +0200 Subject: [PATCH] fix: remove mitigation after update --- nixos/modules/profiles/base.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index eaf55e5..9c78ed7 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -50,9 +50,5 @@ in programs.zsh.enable = mkDefault true; - # Mitigation for CVE-2024-6387 - # Might be vulnerable to DOS, but better than RCE ... - # https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128 - services.openssh.settings.LoginGraceTime = 0; }