Unverified Commit 43fd8c10 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: nixos/nextcloud-notify_push: add nextcloud-setup (#392226)

parents a70347d6 72b97427
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,9 +83,13 @@ in
        description = "Push daemon for Nextcloud clients";
        documentation = [ "https://github.com/nextcloud/notify_push" ];
        after = [
          "nextcloud-setup.service"
          "phpfpm-nextcloud.service"
          "redis-nextcloud.service"
        ];
        requires = [
          "nextcloud-setup.service"
        ];
        wantedBy = [ "multi-user.target" ];
        environment = {
          NEXTCLOUD_URL = cfg.nextcloudUrl;