[autoupdate] fix autoupdate not running
Check flake syntax / flake-check (push) Successful in 12m9s
Hydra callback / on_pr (pull_request) Successful in 2m51s
Hydra callback / on_push (pull_request) 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:45:07 +02:00
parent 4c8253e8e3
commit 116db8851b
-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";