Unverified Commit 29a3e7a1 authored by Marcel's avatar Marcel Committed by Sandro Jäckel
Browse files

nixos/nextcloud-notify_push: automatically install notify_push nextcloud app

parent 2f00e84a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -172,6 +172,11 @@ in
          '';
      };
      nextcloud = {
        extraApps = {
          inherit (config.services.nextcloud.package.packages.apps)
            notify_push
            ;
        };
        settings.trusted_proxies = lib.mkIf cfg.bendDomainToLocalhost [
          "127.0.0.1"
          "::1"