diff --git a/nixos/hetzner.nix b/nixos/hetzner.nix index 57a096b..e6fcef6 100644 --- a/nixos/hetzner.nix +++ b/nixos/hetzner.nix @@ -19,6 +19,7 @@ enable = true; settings.PasswordAuthentication = false; settings.PermitRootLogin = "yes"; + settings.AllowUsers = [ "root@135.181.83.225" ]; extraConfig = '' PrintLastLog no '';