Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 3fdfb3d

Browse files
committed
Remove reliance on postgresql.service which may not always exist.
1 parent bf45927 commit 3fdfb3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@
8181
systemd.services.axolotl_client-api = {
8282
description = "AxolotlClient API Service";
8383

84-
after = [ "postgresql.service" ];
85-
requires = [ "postgresql.service" ];
86-
8784
upheldBy = [ "multi-user.target" ];
8885

8986
environment.RUST_BACKTRACE = "true";

0 commit comments

Comments
 (0)