hosts: vps-sm garbage collection config
This commit is contained in:
parent
892718ac27
commit
e660b27a1c
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue