automatically opitmize the nix store once a day

This commit is contained in:
cswimr 2025-03-07 18:38:51 -06:00
parent 30e2f70ebe
commit 2b50d792a5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -10,6 +10,10 @@
}:
{
nix = {
optimise = {
automatic = true;
dates = [ "03:25" ];
};
settings = {
experimental-features = [
"nix-command"