diff --git a/options.nix b/options.nix index fa1d7b9..9a3c745 100644 --- a/options.nix +++ b/options.nix @@ -6,7 +6,7 @@ { options.kekleo = with lib.types; { publicKeys = lib.mkOption { - type = listOf string; + type = listOf str; default = [ ]; description = "List of public keys to use for ssh login, secret encryption, etc."; };