summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 474ccb1a..66f2efd9 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -307,7 +307,7 @@ in rec {
307 307
308 systemd.services."bar" = { 308 systemd.services."bar" = {
309 environment = { 309 environment = {
310 PORT = 8082; 310 PORT = "8082";
311 }; 311 };
312 requires = [ "postgresql.service" ]; 312 requires = [ "postgresql.service" ];
313 wantedBy = [ "default.target" ]; 313 wantedBy = [ "default.target" ];