remove genepi nix-gc config (already set globally)

This commit is contained in:
2025-10-18 18:50:42 +02:00
parent f2dc0e6b2f
commit c5a631b990

View File

@@ -33,10 +33,4 @@
time.timeZone = "Europe/Paris";
clan.core.settings.state-version.enable = true;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}