fix: Turn on email SSO by default

This commit is contained in:
Inex Code
2025-03-28 23:47:38 +03:00
parent a10d9cdfb9
commit f3593156dc

View File

@@ -19,7 +19,7 @@
};
};
enableSso = (lib.mkOption {
default = false;
default = true;
type = lib.types.bool;
description = "Enable SSO for mail server";
}) // {