Loading nixos/modules/services/web-apps/nextcloud-notify_push.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/services/web-apps/nextcloud-notify_push.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading