enable sso by default

This commit is contained in:
cl0vrfi3ld
2025-07-04 12:09:28 -04:00
parent 9dc3af43e3
commit 5039b3d2e9

View File

@@ -78,7 +78,7 @@ in
# Refer to Module options reference to learn more. # Refer to Module options reference to learn more.
enableSso = enableSso =
(lib.mkOption { (lib.mkOption {
default = false; default = true;
type = lib.types.bool; type = lib.types.bool;
description = "Enable Single Sign-On"; description = "Enable Single Sign-On";
}) })