summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cez/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix
index fb15ddc..6e5d955 100644
--- a/hosts/cez/configuration.nix
+++ b/hosts/cez/configuration.nix
@@ -45,5 +45,9 @@ in
enable = true;
pulse.enable = true;
};
+ openssh = {
+ enable = true;
+ settings.PasswordAuthentication = false;
+ };
};
}