fix: it is str not string

This commit is contained in:
2026-02-08 16:21:16 +01:00
parent 22f6bb0f05
commit 36c81c7fa8
+1 -1
View File
@@ -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.";
};