{ pkgs, ... }: { imports = [ # base settings for alls ervers ./base.nix # applications for this particular server ../applications/firewall.nix ]; }