This commit is contained in:
soraefir
2026-05-06 01:25:45 +02:00
parent 4a86b856fb
commit 7717d07ae8

View File

@@ -151,6 +151,11 @@ let
};
};
db = mkOption {
type = types.listOf (types.string);
default = [ ];
};
};
in with lib; {
options.usercfg = userOpt;