diff --git a/hosts/common/server.nix b/hosts/common/server.nix index 5d30dc7..1efe14b 100644 --- a/hosts/common/server.nix +++ b/hosts/common/server.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - security.sudo.wheelNeedsPassword = true; + security.sudo.wheelNeedsPassword = lib.mkDefault true; services = { openssh = { enable = true;