diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-20 12:26:26 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-20 12:26:26 +0100 |
commit | e24249d67d1a8b899661d4b42294a0ce675cddea (patch) | |
tree | f55e4568c807f6de7325767273c9c34c71d429c1 /system-profiles/openssh/default.nix | |
parent | d4d0300c4158b5b65575a672049cf6828cec549c (diff) | |
download | nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.gz nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.bz2 nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.xz nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.zip |
...
Diffstat (limited to 'system-profiles/openssh/default.nix')
-rw-r--r-- | system-profiles/openssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix index eb6df9c5..f81880cc 100644 --- a/system-profiles/openssh/default.nix +++ b/system-profiles/openssh/default.nix | |||
@@ -69,7 +69,7 @@ in { | |||
69 | inherit Ciphers Macs KexAlgorithms HostKeyAlgorithms CASignatureAlgorithms PubkeyAcceptedAlgorithms; | 69 | inherit Ciphers Macs KexAlgorithms HostKeyAlgorithms CASignatureAlgorithms PubkeyAcceptedAlgorithms; |
70 | 70 | ||
71 | LogLevel = "VERBOSE"; | 71 | LogLevel = "VERBOSE"; |
72 | RevokedKeys = ./ca/krl.bin; | 72 | RevokedKeys = toString ./ca/krl.bin; |
73 | 73 | ||
74 | PasswordAuthentication = mkDefault false; | 74 | PasswordAuthentication = mkDefault false; |
75 | KbdInteractiveAuthentication = mkDefault false; | 75 | KbdInteractiveAuthentication = mkDefault false; |