temporarily disable auto-update service

This commit is contained in:
Ittihadyya 2024-11-03 19:56:10 +02:00
parent b7cea98e99
commit c7b34d36b5

View file

@ -179,7 +179,7 @@ in
secretKeyFile = config.sops.secrets.binary-cache-secret.path; secretKeyFile = config.sops.secrets.binary-cache-secret.path;
}; };
systemd.timers."auto-update-rebuild" = { /* systemd.timers."auto-update-rebuild" = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnBootSec = "5m"; OnBootSec = "5m";
@ -211,7 +211,7 @@ in
RestartSec = "15m"; RestartSec = "15m";
Type = "oneshot"; Type = "oneshot";
}; };
}; };*/
} }
) )
garbage-collection-module garbage-collection-module