From c7b34d36b53fe9441e135dc6d76af5d7fa8d26ca Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Sun, 3 Nov 2024 19:56:10 +0200 Subject: [PATCH] temporarily disable auto-update service --- nix.mod.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix.mod.nix b/nix.mod.nix index db3bc9f..a137abc 100644 --- a/nix.mod.nix +++ b/nix.mod.nix @@ -179,7 +179,7 @@ in secretKeyFile = config.sops.secrets.binary-cache-secret.path; }; - systemd.timers."auto-update-rebuild" = { + /* systemd.timers."auto-update-rebuild" = { wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "5m"; @@ -211,7 +211,7 @@ in RestartSec = "15m"; Type = "oneshot"; }; - }; + };*/ } ) garbage-collection-module