about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-29 19:54:39 +0100
committerProfpatsch <mail@profpatsch.de>2020-01-26 22:52:30 +0100
commitf951122cfa4eae46609c8f10e4b2677d14cf9efa (patch)
treedfd4491c506a0b982dae896eb1415b8afccfd8d4 /machines/profpatsch/haku.nix
parentbcf7dbbe3a119d85d8b817ef32c300c62f38e737 (diff)
pkgs/profpatsch/warpspeed: 1.0 -> 1.1
- Add argument for which host to bind against.
- Add argument to specify where the root address should be
  redirected to (if at all)
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 86866cce..2f711870 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -101,7 +101,8 @@ in
         description = "internally served public files (see nginx)";
         wantedBy = [ "default.target" ];
         serviceConfig.WorkingDirectory = "${user.home}/public";
-        script = "${pkgs.vuizvui.profpatsch.warpspeed}/bin/warpspeed ${toString warpspeedPort}";
+        # *6: all hosts, v6 preferred
+        script = ''${pkgs.vuizvui.profpatsch.warpspeed}/bin/warpspeed "*6" ${toString warpspeedPort}'';
         serviceConfig.User = config.users.users.rtorrent.name;
       };