fix server cfg
This commit is contained in:
@@ -168,10 +168,10 @@ in with lib; {
|
|||||||
};
|
};
|
||||||
server = mkOption {
|
server = mkOption {
|
||||||
type = types.oneOf [
|
type = types.oneOf [
|
||||||
(types.attrs)
|
types.bool
|
||||||
(types.submodule { options = serverOpt; })
|
(types.submodule { options = serverOpt; })
|
||||||
];
|
];
|
||||||
default = { };
|
default = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user