diff options
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ]; |