diff --git a/hosts/candlekeep/configuration.nix b/hosts/candlekeep/configuration.nix index 2521f2c..359f9e2 100644 --- a/hosts/candlekeep/configuration.nix +++ b/hosts/candlekeep/configuration.nix @@ -148,7 +148,6 @@ ########## Authentication ########## AllowUsers = ["${user}"]; - AllowGroups = ["${user}"]; # Use keys only. Remove if you want to SSH using password (not recommended) PasswordAuthentication = false;