summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index ff9da063..d37646f9 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -93,6 +93,7 @@
93 }; 93 };
94 94
95 services.openssh = { 95 services.openssh = {
96 enable = true;
96 passwordAuthentication = false; 97 passwordAuthentication = false;
97 challengeResponseAuthentication = false; 98 challengeResponseAuthentication = false;
98 extraConfig = '' 99 extraConfig = ''