We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c83b46 commit de034e8Copy full SHA for de034e8
1 file changed
module.nix
@@ -144,7 +144,7 @@ flake: {
144
description = "tarmoqchi HTTP & TCP tunneling";
145
documentation = ["https://tarmoqchi.uz"];
146
147
- after = ["network.target" "tarmoqchi-config.service" "tarmoqchi-migration.service"] ++ lib.optional local-database "postgresql.service";
+ after = ["network.target" "tarmoqchi-config.service"] ++ lib.optional local-database "postgresql.service";
148
requires = lib.optional local-database "postgresql.service";
149
wants = ["network-online.target"];
150
wantedBy = ["multi-user.target"];
0 commit comments