fix server cfg

This commit is contained in:
soraefir
2026-05-04 00:01:52 +02:00
parent 66b594a1a2
commit e53997093b

View File

@@ -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;
}; };
}; };
} }