{ config, lib, pkgs, ... }: let primaryInterface = "eth0"; in { imports = [ ./hardware-config.nix # { environment.systemPackages = with pkgs;[ rsync screen curl git ];} # # configure your hw: # ]; krebs = { enable = true; tinc.retiolum.enable = true; build.host = config.krebs.hosts.cake; }; networking.firewall.trustedInterfaces = [ primaryInterface ]; documentation.info.enable = false; documentation.man.enable = false; services.nixosManual.enable = false; sound.enable = false; }