From 757ff303107038f0be1849607235f31da38a7e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 15 Sep 2023 22:44:51 +0200 Subject: [PATCH] rpi-netboot: format --- hosts/rpi-netboot/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 = {