From 7eb2b80e221d3dfcbb0ba4e29295fa374ce68440 Mon Sep 17 00:00:00 2001 From: b12f Date: Fri, 6 Sep 2024 19:29:34 +0200 Subject: [PATCH] droppie: remove autostop --- hosts/droppie/backup-autostop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/droppie/backup-autostop.nix b/hosts/droppie/backup-autostop.nix index 31b68d4..8c3b7a2 100644 --- a/hosts/droppie/backup-autostop.nix +++ b/hosts/droppie/backup-autostop.nix @@ -24,7 +24,7 @@ in { }; systemd.timers."shutdown-after-backup" = { - enable = true; + enable = false; timerConfig = { OnCalendar = "*-*-* 02..11:05,15,25,35,45,55:00 Etc/UTC"; };