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 = {
enable = true;
dataPath = "/var/lib/matchbox";
assetPath = "/nas/matchbox/assets";
# /var/lib/matchbox/{profiles,groups,ignition,cloud,generic}
dataPath = "/opt/talbox/data";
# /var/lib/matchbox/assets
assetPath = "/opt/talbox/assets";
};
dnsmasq = {
enable = true;
tftpRoot = "/srv/tftp";
tftpRoot = "/opt/talbox";
bootAsset = "http://10.1.1.57:8086/boot.ipxe";
};
};