auto gc on roam

This commit is contained in:
Henri Dohmen 2025-07-14 23:04:34 +02:00
parent 4183ccb893
commit 5dc9a063b4
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -21,6 +21,12 @@
};
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 15d";
};
# ====== DON'T CHANGE ======
system.stateVersion = "24.11";
}