From 148c11f8b9529ccdd347235a4fb96ce355d5c1d8 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 2 Aug 2024 12:17:27 -0400 Subject: [PATCH] Dimaga: disable auto-updates again (wouldn't work with the current script design) --- hosts/Dimaga/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index be80e10..218936a 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -153,8 +153,8 @@ in url = config.secrets.services.jellyfin.url; }; autoUpgrade = { - enable = true; - pushUpdates = true; + enable = false; # Don't update the system... + pushUpdates = true; # ...but do push updates remotely. configDir = config.secrets.nixConfigFolder; onCalendar = "daily"; user = config.users.users.aires.name;