diff --git a/systems/modules/common.nix b/systems/modules/common.nix index ee3efa2..af52fc4 100644 --- a/systems/modules/common.nix +++ b/systems/modules/common.nix @@ -64,4 +64,10 @@ LC_TELEPHONE = "en_SG.UTF-8"; LC_TIME = "en_SG.UTF-8"; }; + + nix.gc = { + automatic = true; + dates = "daily"; + options = "-d"; + }; }