summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 2b05c0be..4768ab60 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -308,6 +308,7 @@ in rec {
308 systemd.services."bar" = { 308 systemd.services."bar" = {
309 environment = { 309 environment = {
310 PORT = "8082"; 310 PORT = "8082";
311 PATH = "/run/current-system/sw/bin";
311 }; 312 };
312 requires = [ "postgresql.service" ]; 313 requires = [ "postgresql.service" ];
313 wantedBy = [ "default.target" ]; 314 wantedBy = [ "default.target" ];