Skip to content
Snippets Groups Projects
Commit 9d7e9d46 authored by Florian Sesser's avatar Florian Sesser
Browse files

Turn on auto-optimize nix store to save disk space on staging

parent 0edde36c
No related branches found
No related tags found
2 merge requests!264merge develop into production,!255Auto-optimize nix stores on dev and staging VMs
......@@ -32,4 +32,8 @@
dates = "weekly";
options = "--delete-older-than 30d";
};
# Turn on automatic optimization of nix store
# https://nixos.wiki/wiki/Storage_optimization
nix.autoOptimiseStore = true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment