summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-15 22:02:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-15 22:02:34 +0200
commit0e0f035264d897e65676ecdc06aee555fae796a8 (patch)
tree1c78cd1631cffd1aaae0f578299c1928419b6f39 /hosts/surtr
parent2c75432a1a48feff3f1ab86d200d4d9ac0ea487f (diff)
downloadnixos-0e0f035264d897e65676ecdc06aee555fae796a8.tar
nixos-0e0f035264d897e65676ecdc06aee555fae796a8.tar.gz
nixos-0e0f035264d897e65676ecdc06aee555fae796a8.tar.bz2
nixos-0e0f035264d897e65676ecdc06aee555fae796a8.tar.xz
nixos-0e0f035264d897e65676ecdc06aee555fae796a8.zip
openssh: known_hosts without enable
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 = ''