diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-15 22:02:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-15 22:02:34 +0200 |
commit | 0e0f035264d897e65676ecdc06aee555fae796a8 (patch) | |
tree | 1c78cd1631cffd1aaae0f578299c1928419b6f39 /hosts | |
parent | 2c75432a1a48feff3f1ab86d200d4d9ac0ea487f (diff) | |
download | nixos-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')
-rw-r--r-- | hosts/sif/default.nix | 2 | ||||
-rw-r--r-- | hosts/surtr/default.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index b090f6a7..c0b7f50c 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -106,6 +106,8 @@ | |||
106 | ''; | 106 | ''; |
107 | }; | 107 | }; |
108 | 108 | ||
109 | services.openssh.enable = true; | ||
110 | |||
109 | powerManagement = { | 111 | powerManagement = { |
110 | enable = true; | 112 | enable = true; |
111 | 113 | ||
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 = '' |