This commit is contained in:
@ -113,5 +113,12 @@ in with lib; {
|
||||
type = types.listOf (types.submodule { options = userOpt; });
|
||||
default = [ ];
|
||||
};
|
||||
server = mkOption {
|
||||
type = types.oneOf [
|
||||
(types.attrs)
|
||||
(types.submodule { options = serverOpt; })
|
||||
];
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user