rpi-netboot: format

This commit is contained in:
Sandro - 2023-09-15 22:44:51 +02:00
parent 9cf336ff79
commit 757ff30310
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 4 deletions

View File

@ -2,12 +2,14 @@
{
c3d2 = {
hq.interface = "eth0";
hq.statistics.enable = false;
audioServer.enable = true;
k-ot.enable = true;
autoUpdate = false;
hq.journalToMqtt = false;
hq = {
interface = "eth0";
journalToMqtt = false;
statistics.enable = false;
};
k-ot.enable = true;
};
boot = {