From 65e4ef36859ff5161ee40694dcecee9b6c46599e Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 13 Oct 2021 22:53:49 +0200 Subject: [PATCH] radiobert: disable pi-sensors for now --- hosts/radiobert/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/radiobert/default.nix b/hosts/radiobert/default.nix index 20406f60..e39bbaf6 100644 --- a/hosts/radiobert/default.nix +++ b/hosts/radiobert/default.nix @@ -64,7 +64,7 @@ in c3d2 = { isInHq = false; hq.statistics.enable = true; - pi-sensors = [ { + pi-sensors = lib.optionals false [ { type = "dht22"; pin = 17; location = "Schrank";