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 1fcdc8f3..c85e0ace 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -328,7 +328,7 @@ in rec {
328 systemd.services."thermoprint-webgui" = { 328 systemd.services."thermoprint-webgui" = {
329 serviceConfig = { 329 serviceConfig = {
330 Type = "simple"; 330 Type = "simple";
331 ExecStart = '''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 8080 -A localhost -a "*" -p 8081'; 331 ExecStart = ''${pkgs.thermoprint-webgui}/bin/thermoprint-webgui -P 8080 -A localhost -a "*" -p 8081'';
332 User = users.extraUsers."thermoprint".name; 332 User = users.extraUsers."thermoprint".name;
333 Group = users.extraUsers."thermoprint".group; 333 Group = users.extraUsers."thermoprint".group;
334 }; 334 };