fix: Turn on email SSO by default
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
enableSso = (lib.mkOption {
|
enableSso = (lib.mkOption {
|
||||||
default = false;
|
default = true;
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
description = "Enable SSO for mail server";
|
description = "Enable SSO for mail server";
|
||||||
}) // {
|
}) // {
|
||||||
|
Reference in New Issue
Block a user