Compare commits

..

No commits in common. "95b87abde930d156e7288b94f8350b9daeef487d" and "df4295baf5a723f0ae9cf0d800ec741241ede0a9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "git+ssh://gitea@git.huwe.mooo.com/willifan/nix-config";
flake = "https://git.huwe.mooo.com/willifan/nix-config.git";
persistent = true;
randomizedDelaySec = "5min";
fixedRandomDelay = true;

View file

@ -4,6 +4,6 @@
automatic = true;
dates = "04:30";
persistent = true;
options = "--delete-older-than 30d";
options = "--delete-older-than 10d";
};
}