base: Automatic Nix GC
Some checks failed
Flake check / check (push) Has been cancelled
Update `flake.lock` / update_lockfile (push) Has been cancelled

This commit is contained in:
Pedro Rey Anca 2025-11-19 22:53:32 +01:00
parent 5c6a84d708
commit 6f775f9bce
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -5,4 +5,10 @@
vim
rsync
];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}