Skip to content

Commit de034e8

Browse files
committed
fix: remove missing after dependency
1 parent 6c83b46 commit de034e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ flake: {
144144
description = "tarmoqchi HTTP & TCP tunneling";
145145
documentation = ["https://tarmoqchi.uz"];
146146

147-
after = ["network.target" "tarmoqchi-config.service" "tarmoqchi-migration.service"] ++ lib.optional local-database "postgresql.service";
147+
after = ["network.target" "tarmoqchi-config.service"] ++ lib.optional local-database "postgresql.service";
148148
requires = lib.optional local-database "postgresql.service";
149149
wants = ["network-online.target"];
150150
wantedBy = ["multi-user.target"];

0 commit comments

Comments
 (0)