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

This commit is contained in:
Maximilian Bosch
2025-03-28 17:29:13 +01:00
committed by GitHub
@@ -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;