Update matchbox port.

This commit is contained in:
Joseph Hanson 2024-04-30 17:04:34 -05:00
parent 084898a37f
commit 5a8c6f6be2
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -87,7 +87,7 @@
# also this double pxe-service config hack sucks, but it works. # also this double pxe-service config hack sucks, but it works.
pxe-service='' pxe-service=''
tag:#ipxe,x86PC,"PXE chainload to iPXE",undionly.kpxe tag:#ipxe,x86PC,"PXE chainload to iPXE",undionly.kpxe
pxe-service=tag:ipxe,0,matchbox,http://10.1.1.57/boot.ipxe pxe-service=tag:ipxe,0,matchbox,http://10.1.1.57:8086/boot.ipxe
''; '';
log-queries = true; log-queries = true;
log-dhcp = true; log-dhcp = true;
@ -108,7 +108,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; after = [ "network.target" ];
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.matchbox-server}/bin/matchbox -address=0.0.0.0:80 -data-path=/srv/matchbox -assets-path=/srv/matchbox/assets -log-level=debug"; ExecStart = "${pkgs.matchbox-server}/bin/matchbox -address=0.0.0.0:8086 -data-path=/srv/matchbox -assets-path=/srv/matchbox/assets -log-level=debug";
Restart = "on-failure"; Restart = "on-failure";
User = "matchbox"; User = "matchbox";
Group = "matchbox"; Group = "matchbox";