diff --git a/modules/core/security.nix b/modules/core/security.nix index 00d59d3..f95be92 100644 --- a/modules/core/security.nix +++ b/modules/core/security.nix @@ -27,7 +27,7 @@ } ]; - package = (pkgs.sudo.override { withInsults = true; }).overrideAttrs (old: { + package = (pkgs.sudo.override { withInsults = false; }).overrideAttrs (old: { postPatch = (old.postPatch or "") + ''