talbox config

This commit is contained in:
Joseph Hanson 2024-08-25 10:32:55 -05:00
parent 3a616b0eb9
commit c3eb1261f3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -97,13 +97,15 @@
matchbox = { matchbox = {
enable = true; enable = true;
dataPath = "/var/lib/matchbox"; # /var/lib/matchbox/{profiles,groups,ignition,cloud,generic}
assetPath = "/nas/matchbox/assets"; dataPath = "/opt/talbox/data";
# /var/lib/matchbox/assets
assetPath = "/opt/talbox/assets";
}; };
dnsmasq = { dnsmasq = {
enable = true; enable = true;
tftpRoot = "/srv/tftp"; tftpRoot = "/opt/talbox";
bootAsset = "http://10.1.1.57:8086/boot.ipxe"; bootAsset = "http://10.1.1.57:8086/boot.ipxe";
}; };
}; };