{ config, lib, pkgs, ... }: let primaryInterface = "eth0"; in { imports = [ ./hardware-config.nix #./hardware-config.nix { environment.systemPackages = with pkgs;[ rsync screen curl git tmux picocom mosh ];} # # # # # configure your hw: # ]; krebs = { enable = true; tinc.retiolum.enable = true; build.host = config.krebs.hosts.cake; }; # ensure disk usage is limited services.journald.extraConfig = "Storage=volatile"; networking.firewall.trustedInterfaces = [ primaryInterface ]; documentation.info.enable = false; documentation.man.enable = false; documentation.nixos.enable = false; sound.enable = false; }