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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue