summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 6596c4bf..c490e6b6 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -330,6 +330,7 @@ in rec {
330 IP_FROM_HEADER = "true"; 330 IP_FROM_HEADER = "true";
331 }; 331 };
332 bindsTo = [ "postgresql.service" ]; 332 bindsTo = [ "postgresql.service" ];
333 after = [ "postgresql.service" ];
333 wantedBy = [ "default.target" ]; 334 wantedBy = [ "default.target" ];
334 path = with pkgs; [ bar ]; 335 path = with pkgs; [ bar ];
335 script = '' 336 script = ''