From ba05478c4d609b934a2921a92b3f8b7a984d1366 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 29 Oct 2021 03:48:59 +0200 Subject: [PATCH] radiobert: disable pi-sensors for now --- hosts/radiobert/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/radiobert/base.nix b/hosts/radiobert/base.nix index 5be95b78..1fa361dd 100644 --- a/hosts/radiobert/base.nix +++ b/hosts/radiobert/base.nix @@ -58,7 +58,7 @@ c3d2 = { isInHq = false; hq.statistics.enable = true; - pi-sensors = [ { + pi-sensors = if true then [] else [ { type = "dht22"; pin = 17; location = "Schrank";