diff --git a/modules/gotosocial.nix b/modules/gotosocial.nix index f423a43..8717577 100644 --- a/modules/gotosocial.nix +++ b/modules/gotosocial.nix @@ -60,6 +60,7 @@ in { enable = true; description = "GoToSocial server"; wantedBy = [ "multi-user.target" ]; + after = [ "postgresql.service" ]; serviceConfig = { User = cfg.user;