# # # { config, pkgs, lib, ... }: { imports = [ # Include the results of the hardware scan. # # hardware specifics are in here # imports tp-x2x0.nix # { programs.adb.enable = true; } ]; krebs.build.host = config.krebs.hosts.tsp; boot.loader.grub.device = "/dev/sda"; networking.firewall.allowedTCPPorts = [ 25 ]; hardware.enableRedistributableFirmware = true; nixpkgs.config.allowUnfree = true; }