From aec02db8a2da020d8b9b40b0821e6182d0aab33f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 16 Nov 2025 22:30:46 +0100 Subject: [PATCH] disable update timer --- hosts/nuos/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 1308627..5949422 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -98,13 +98,13 @@ }; }; - systemd.timers."update-from-flake" = { - wantedBy = [ "timers.target" ]; - timerConfig = { - OnCalendar = "*-*-* 05:00:00"; - Persistent = true; - }; - }; + # systemd.timers."update-from-flake" = { + # wantedBy = [ "timers.target" ]; + # timerConfig = { + # OnCalendar = "*-*-* 05:00:00"; + # Persistent = true; + # }; + # }; nix = { settings = {