{ config, pkgs, ... }: { imports = [./common.nix]; networking = { domain = "hq.c3d2.de"; defaultGateway.address = "172.22.99.1"; }; }