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