{ lib, pkgs, ... }: { #weekly update system.autoUpgrade.enable = true; system.autoUpgrade.dates = "weekly"; #auto cleanuo nix.gc.automatic = true; nix.gc.dates = "daily"; nix.gx.options = "--delete-older-than 10d"; nix.settings.auto-optimise-store = true; }