summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-03-20 12:26:26 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-03-20 12:26:26 +0100
commite24249d67d1a8b899661d4b42294a0ce675cddea (patch)
treef55e4568c807f6de7325767273c9c34c71d429c1 /system-profiles
parentd4d0300c4158b5b65575a672049cf6828cec549c (diff)
downloadnixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar
nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.gz
nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.bz2
nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.tar.xz
nixos-e24249d67d1a8b899661d4b42294a0ce675cddea.zip
...
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/openssh/default.nix2
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;