nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

garbage.nix (106B)


      1 {
      2   nix.gc = {
      3     automatic = true;
      4     dates = "weekly";
      5     options = "--delete-older-than 30d";
      6   };
      7 }