Fix type
This commit is contained in:
@@ -151,6 +151,11 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
db = mkOption {
|
||||
type = types.listOf (types.string);
|
||||
default = [ ];
|
||||
};
|
||||
|
||||
};
|
||||
in with lib; {
|
||||
options.usercfg = userOpt;
|
||||
|
||||
Reference in New Issue
Block a user