l prism.r: fetch nixpkgs only once per day
This commit is contained in:
parent
18de003495
commit
70e5b24869
@ -229,6 +229,10 @@ in {
|
|||||||
OnUnitInactiveSec = "2min";
|
OnUnitInactiveSec = "2min";
|
||||||
RandomizedDelaySec = "2min";
|
RandomizedDelaySec = "2min";
|
||||||
};
|
};
|
||||||
|
krebs.repo-sync.repos.nixpkgs.timerConfig = {
|
||||||
|
OnBootSec = "90min";
|
||||||
|
OnUnitInactiveSec = "24h";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
lass.usershadow = {
|
lass.usershadow = {
|
||||||
|
Loading…
Reference in New Issue
Block a user