{ config, inputs, ... }: { system.autoUpgrade = { enable = true; flake = inputs.self.outPath; flags = [ "--print-build-logs" ]; dates = "02:00"; randomizedDelaySec = "45min"; }; nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 30d"; }; nix.optimise.automatic = true; }