diff --git a/flake.nix b/flake.nix index cb44a82..143ba4e 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyA/yMPPo+scxBaDFUk7WeEyMAMhXUro5vi4feOKsJT jahanson@durincore" ]; services.openssh.enable = true; - # services.openssh.settings.PermitRootLogin = "without-password"; + services.openssh.settings.PermitRootLogin = "without-password"; }]; }; "fj-shadowfax-02" = lib.nixosSystem { @@ -99,7 +99,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyA/yMPPo+scxBaDFUk7WeEyMAMhXUro5vi4feOKsJT jahanson@durincore" ]; services.openssh.enable = true; - # services.openssh.settings.PermitRootLogin = "without-password"; + services.openssh.settings.PermitRootLogin = "without-password"; }]; }; };