From 74a8c7de2d3600eee96b7c90bc70313149c3078e Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 4 Sep 2026 18:47:00 +0200 Subject: [PATCH] [autoupdate] fix autoupdate not running 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 --- machines/modules/autoupdate.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/modules/autoupdate.nix b/machines/modules/autoupdate.nix index 22490e2..2882ba1 100644 --- a/machines/modules/autoupdate.nix +++ b/machines/modules/autoupdate.nix @@ -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";