From 5e8a1fa12fe1c5fea7863ca1bb696e82712bc2aa Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 12 Jan 2022 01:48:38 +0100 Subject: [PATCH] radiobert: force disable autoUpdate --- hosts/radiobert/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/radiobert/base.nix b/hosts/radiobert/base.nix index d74bf209..abe0d2b5 100644 --- a/hosts/radiobert/base.nix +++ b/hosts/radiobert/base.nix @@ -66,6 +66,10 @@ pin = 23; location = "Aussen"; } ]; + + # unless you automate walking up to the roof, do never enable + # automatic updates for this machine! + autoUpdate = lib.mkForce false; }; nix = {