{ nix.settings.trusted-users = [ "root" "@wheel" ]; nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 30d"; }; }