feat(nixos): add automatic garbage collection

This commit is contained in:
Mohammad Rafiq 2025-03-22 01:25:00 +08:00
parent c44174bbc6
commit 33aafeced9
No known key found for this signature in database

View file

@ -64,4 +64,10 @@
LC_TELEPHONE = "en_SG.UTF-8";
LC_TIME = "en_SG.UTF-8";
};
nix.gc = {
automatic = true;
dates = "daily";
options = "-d";
};
}