Loading nixos/tests/nextcloud/with-declarative-redis-and-secrets.nix +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ runTest ( logLevel = "debug"; }; extraAppsEnable = true; extraApps.notify_push = config.services.nextcloud.package.packages.apps.notify_push; # This test also validates that we can use an "external" database database.createLocally = false; config = { Loading nixos/tests/nextcloud/with-postgresql-and-redis.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ runTest ( }; extraAppsEnable = true; extraApps = with config.services.nextcloud.package.packages.apps; { inherit notify_push notes; inherit notes; }; settings.trusted_proxies = [ "::1" ]; }; Loading Loading
nixos/tests/nextcloud/with-declarative-redis-and-secrets.nix +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ runTest ( logLevel = "debug"; }; extraAppsEnable = true; extraApps.notify_push = config.services.nextcloud.package.packages.apps.notify_push; # This test also validates that we can use an "external" database database.createLocally = false; config = { Loading
nixos/tests/nextcloud/with-postgresql-and-redis.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ runTest ( }; extraAppsEnable = true; extraApps = with config.services.nextcloud.package.packages.apps; { inherit notify_push notes; inherit notes; }; settings.trusted_proxies = [ "::1" ]; }; Loading