hosts: vps-sm garbage collection config

This commit is contained in:
Dennis Schoepf 2025-11-15 00:03:12 +01:00
parent 892718ac27
commit e660b27a1c

View file

@ -36,11 +36,10 @@
i18n.defaultLocale = "en_US.UTF-8";
# Nix Settings
# Perform garbage collection weekly to maintain low disk usage
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
dates = "03:15";
options = "-d";
};
nix.settings.auto-optimise-store = true;