summaryrefslogtreecommitdiff
path: root/hosts/eostre
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/eostre')
-rw-r--r--hosts/eostre/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 2752d136..b6864833 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -100,6 +100,7 @@ with lib;
100 100
101 services.openssh = { 101 services.openssh = {
102 enable = true; 102 enable = true;
103 startWhenNeeded = true;
103 settings = { 104 settings = {
104 PasswordAuthentication = true; 105 PasswordAuthentication = true;
105 KbdInteractiveAuthentication = true; 106 KbdInteractiveAuthentication = true;