diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index a99d748d..f13269b7 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -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 = {