talbox config
This commit is contained in:
parent
3a616b0eb9
commit
c3eb1261f3
1 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue