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