summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index e8489353..a97859ba 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -325,7 +325,9 @@ in rec {
325 wantedBy = [ "default.target" ]; 325 wantedBy = [ "default.target" ];
326 serviceConfig = { 326 serviceConfig = {
327 Type = "simple"; 327 Type = "simple";
328 ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F /thermoprint/api/ -a "localhost" -p 8081''; 328 ExecStart = ''
329 ${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 80 -A localhost -F /thermoprint/api/ -a "localhost" -p 8081
330 '';
329 User = users.extraUsers."thermoprint".name; 331 User = users.extraUsers."thermoprint".name;
330 Group = users.extraUsers."thermoprint".group; 332 Group = users.extraUsers."thermoprint".group;
331 WorkingDirectory = "~"; 333 WorkingDirectory = "~";