diff --git a/sp-modules/actual/module.nix b/sp-modules/actual/module.nix index 53f5c60..e535010 100644 --- a/sp-modules/actual/module.nix +++ b/sp-modules/actual/module.nix @@ -78,7 +78,7 @@ in # Refer to Module options reference to learn more. enableSso = (lib.mkOption { - default = false; + default = true; type = lib.types.bool; description = "Enable Single Sign-On"; })