diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-23 16:57:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-23 17:05:27 +0100 |
commit | 9532ab2aaead395f7b97a72ad803cceb4d29f1e9 (patch) | |
tree | c8ca64cd33b9c245a7c7744a7223f822f8fe123e /hosts/surtr/default.nix | |
parent | 93c2272889d661d4d732c8ed989fe907d96660d9 (diff) | |
download | nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.gz nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.bz2 nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.xz nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.zip |
bump
Diffstat (limited to 'hosts/surtr/default.nix')
-rw-r--r-- | hosts/surtr/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index 8554d112..ffa79bea 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -120,7 +120,7 @@ | |||
120 | services.openssh = { | 120 | services.openssh = { |
121 | enable = true; | 121 | enable = true; |
122 | passwordAuthentication = false; | 122 | passwordAuthentication = false; |
123 | challengeResponseAuthentication = false; | 123 | kbdInteractiveAuthentication = false; |
124 | extraConfig = '' | 124 | extraConfig = '' |
125 | AllowGroups ssh | 125 | AllowGroups ssh |
126 | ''; | 126 | ''; |