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