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/vidhar | |
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/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 9905d1f8..0a49e37b 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -85,7 +85,7 @@ | |||
85 | services.openssh = { | 85 | services.openssh = { |
86 | enable = true; | 86 | enable = true; |
87 | passwordAuthentication = false; | 87 | passwordAuthentication = false; |
88 | challengeResponseAuthentication = false; | 88 | kbdInteractiveAuthentication = false; |
89 | extraConfig = '' | 89 | extraConfig = '' |
90 | AllowGroups ssh | 90 | AllowGroups ssh |
91 | ''; | 91 | ''; |