feat(system): enable auto upgrades

This commit is contained in:
Felix Schröter 2022-05-03 22:44:29 +02:00
parent 29a8def572
commit 332d027471
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 12 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{
nix.gc = {
automatic = true;
dates = "10:00";
dates = "04:00";
options = "--delete-older-than 30d";
};