From e24249d67d1a8b899661d4b42294a0ce675cddea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Mar 2023 12:26:26 +0100 Subject: ... --- system-profiles/openssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') 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 { inherit Ciphers Macs KexAlgorithms HostKeyAlgorithms CASignatureAlgorithms PubkeyAcceptedAlgorithms; LogLevel = "VERBOSE"; - RevokedKeys = ./ca/krl.bin; + RevokedKeys = toString ./ca/krl.bin; PasswordAuthentication = mkDefault false; KbdInteractiveAuthentication = mkDefault false; -- cgit v1.2.3