Better proxmox LXC declaration

This commit is contained in:
Théo Barnouin 2024-12-12 11:14:01 +01:00
parent 87d98e8410
commit 93b85f705f
2 changed files with 9 additions and 2 deletions

View file

@ -24,8 +24,8 @@
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
dates = "daily";
options = "--delete-old";
};
security.sudo.wheelNeedsPassword = false;