{ ... }: { # Set your time zone. time.timeZone = "America/Chicago"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; # console = { # font = "Lat2-Terminus16"; # keyMap = "us"; # useXkbConfig = true; # use xkb.options in tty. # }; # Automatic doc cache generation documentation.man.generateCaches = true; # Automatic system upgrades system.autoUpgrade = { enable = true; dates = "09:00"; randomizedDelaySec = "45min"; }; # Automatic Garbage Collection nix.gc.automatic = true; nix.gc.options = "--delete-older-than 8d"; nix.settings.trusted-users = [ "@wheel" ]; # I don't care that much about free vs unfree nixpkgs.config.allowUnfree = true; }