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 = {
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue