This commit is contained in:
2025-08-18 22:59:46 -05:00
parent 3f9cdc888e
commit 7b90356dcb

View File

@@ -56,7 +56,7 @@
}); });
in lib.mkOption { in lib.mkOption {
type = userType; type = lib.types.attrsOf userType;
default = {}; default = {};
}; };
}; };