removed default for principals option

This commit is contained in:
John Lancaster
2026-03-15 16:21:02 -05:00
parent 6315ac0143
commit 3339cd6b0c
2 changed files with 7 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ in
};
principals = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ ];
# default = [ ];
};
};
config = lib.mkIf cfg.enable {