temporarily disable auto-update service
This commit is contained in:
parent
b7cea98e99
commit
c7b34d36b5
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ in
|
|||
secretKeyFile = config.sops.secrets.binary-cache-secret.path;
|
||||
};
|
||||
|
||||
systemd.timers."auto-update-rebuild" = {
|
||||
/* systemd.timers."auto-update-rebuild" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnBootSec = "5m";
|
||||
|
@ -211,7 +211,7 @@ in
|
|||
RestartSec = "15m";
|
||||
Type = "oneshot";
|
||||
};
|
||||
};
|
||||
};*/
|
||||
}
|
||||
)
|
||||
garbage-collection-module
|
||||
|
|
Loading…
Reference in a new issue