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"; };