[autoupdate] fix autoupdate not running
Check flake syntax / flake-check (push) Successful in 9m53s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

my bad, i read that `RemainAfterExit` would allow a manual nixos switch to work but it prevents the timer from starting the service at all
This commit is contained in:
2026-09-04 18:47:00 +02:00
parent 426394ff22
commit 74a8c7de2d
-1
View File
@@ -92,7 +92,6 @@ in
'';
# don't let the switch kill this service, aborting the switch
restartIfChanged = false;
serviceConfig.RemainAfterExit = true;
unitConfig.X-StopOnRemoval = false;
# create timer
startAt = "hourly";