Loading nixos/modules/services/web-apps/nextcloud.nix +7 −5 Original line number Diff line number Diff line Loading @@ -929,11 +929,6 @@ in { ]; systemd.services = { # When upgrading the Nextcloud package, Nextcloud can report errors such as # "The files of the app [all apps in /var/lib/nextcloud/apps] were not replaced correctly" # Restarting phpfpm on Nextcloud package update fixes these issues (but this is a workaround). phpfpm-nextcloud.restartTriggers = [ webroot overrideConfig ]; nextcloud-setup = let c = cfg.config; occInstallCmd = let Loading Loading @@ -1068,6 +1063,13 @@ in { ExecCondition = "${phpCli} -f ${webroot}/occ status -e"; }; }; phpfpm-nextcloud = { # When upgrading the Nextcloud package, Nextcloud can report errors such as # "The files of the app [all apps in /var/lib/nextcloud/apps] were not replaced correctly" # Restarting phpfpm on Nextcloud package update fixes these issues (but this is a workaround). restartTriggers = [ webroot overrideConfig ]; }; }; services.phpfpm = { Loading Loading
nixos/modules/services/web-apps/nextcloud.nix +7 −5 Original line number Diff line number Diff line Loading @@ -929,11 +929,6 @@ in { ]; systemd.services = { # When upgrading the Nextcloud package, Nextcloud can report errors such as # "The files of the app [all apps in /var/lib/nextcloud/apps] were not replaced correctly" # Restarting phpfpm on Nextcloud package update fixes these issues (but this is a workaround). phpfpm-nextcloud.restartTriggers = [ webroot overrideConfig ]; nextcloud-setup = let c = cfg.config; occInstallCmd = let Loading Loading @@ -1068,6 +1063,13 @@ in { ExecCondition = "${phpCli} -f ${webroot}/occ status -e"; }; }; phpfpm-nextcloud = { # When upgrading the Nextcloud package, Nextcloud can report errors such as # "The files of the app [all apps in /var/lib/nextcloud/apps] were not replaced correctly" # Restarting phpfpm on Nextcloud package update fixes these issues (but this is a workaround). restartTriggers = [ webroot overrideConfig ]; }; }; services.phpfpm = { Loading