diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:51:19 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:51:19 +0200 |
| commit | 9f95be03cb8f4c85350e48f5145c054c8349baa2 (patch) | |
| tree | 40c6e502573cfff5720f6db35c3d8a64a1165324 | |
| parent | b15357e42953541800f754eaf4659d75185f25fc (diff) | |
| download | nixos-9f95be03cb8f4c85350e48f5145c054c8349baa2.tar nixos-9f95be03cb8f4c85350e48f5145c054c8349baa2.tar.gz nixos-9f95be03cb8f4c85350e48f5145c054c8349baa2.tar.bz2 nixos-9f95be03cb8f4c85350e48f5145c054c8349baa2.tar.xz nixos-9f95be03cb8f4c85350e48f5145c054c8349baa2.zip | |
are slashes _that_ important?
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -324,7 +324,7 @@ in rec { | |||
| 324 | wantedBy = [ "default.target" ]; | 324 | wantedBy = [ "default.target" ]; |
| 325 | serviceConfig = { | 325 | serviceConfig = { |
| 326 | Type = "simple"; | 326 | Type = "simple"; |
| 327 | ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F /thermoprint/api -a "localhost" -p 8081''; | 327 | ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F /thermoprint/api/ -a "localhost" -p 8081''; |
| 328 | User = users.extraUsers."thermoprint".name; | 328 | User = users.extraUsers."thermoprint".name; |
| 329 | Group = users.extraUsers."thermoprint".group; | 329 | Group = users.extraUsers."thermoprint".group; |
| 330 | }; | 330 | }; |
