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";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
# Nix Settings
|
# Nix Settings
|
||||||
# Perform garbage collection weekly to maintain low disk usage
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "03:15";
|
||||||
options = "--delete-older-than 1w";
|
options = "-d";
|
||||||
};
|
};
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue