diff options
| -rw-r--r-- | hosts/antares/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index a32bb61..6e05e75 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -17,6 +17,7 @@ efiInstallAsRemovable = true; }; services.openssh.enable = true; + services.openssh.passwordAuthentication = false; networking.hostName = "antares"; time.timeZone = "Europe/Berlin"; |
