Compare commits
2 commits
df4295baf5
...
95b87abde9
Author | SHA1 | Date | |
---|---|---|---|
|
95b87abde9 | ||
|
e0e9037525 |
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "04:00";
|
dates = "04:00";
|
||||||
flake = "https://git.huwe.mooo.com/willifan/nix-config.git";
|
flake = "git+ssh://gitea@git.huwe.mooo.com/willifan/nix-config";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
randomizedDelaySec = "5min";
|
randomizedDelaySec = "5min";
|
||||||
fixedRandomDelay = true;
|
fixedRandomDelay = true;
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "04:30";
|
dates = "04:30";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
options = "--delete-older-than 10d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue