This commit is contained in:
John Lancaster
2026-03-25 18:33:54 -05:00
parent 18b6cc16ad
commit 3da3cc2dc6
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@
};
principals = lib.mkOption {
type = lib.types.listOf lib.types.str;
# default = [ ];
};
};
config = lib.mkIf cfg.enable {