diff --git a/modules/services/networking/ssh/sshd.nix b/modules/services/networking/ssh/sshd.nix index 9e18133595b..0188293a08c 100644 --- a/modules/services/networking/ssh/sshd.nix +++ b/modules/services/networking/ssh/sshd.nix @@ -57,7 +57,7 @@ let }; keyFiles = mkOption { - type = types.listOf types.string; + #type = types.listOf types.string; default = []; description = '' A list of files each containing one OpenSSH public keys that should be