commit | 8bbc61644df8565bae687f113dd74e5fe9fdd039 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Tue Oct 10 23:50:18 2023 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Tue Oct 10 23:50:18 2023 +0000 |
tree | 6c26ad6eca6ff0524f7d5c6819c2d6ce0ac687cd | |
parent | 9ae213db27f9fd5e7c2a8034dd661a00872cb641 [diff] |
Fix mistyped "extraOptions" I234e888752526475f4c72da7479023fcd14a1ee9 added a regression by mistyping "extraOptions" as "extraConfig". This commit fixes the option name Change-Id: I043028e7c6f26b4868fb8e6a7230809b966c8f27
diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 0dc27bc..8574407 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix
@@ -38,7 +38,7 @@ extraTrustedDomains = [ "nextcloud.clicks.codes" "docs.clicks.codes" ]; }; - services.nextcloud.extraConfig = { + services.nextcloud.extraOptions = { social_login_auto_redirect = true; };