summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 5061d57a..a464166c 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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 };