diff --git a/hosts/cube/nextcloud.nix b/hosts/cube/nextcloud.nix index e17be95..f3cf4d2 100644 --- a/hosts/cube/nextcloud.nix +++ b/hosts/cube/nextcloud.nix @@ -16,6 +16,7 @@ in serverSystemConfiguration { }; systemd.services = { + nextcloud-setup.after = [ "postgresql.service" ]; nextcloud-setup.requires = [ "postgresql.service" ]; phpfpm-nextcloud.aliases = [ "nextcloud.service" ]; };