{ ... }: { imports = [ ../../common ../../profiles/headless.nix ../../profiles/lxc.nix ]; kyouma.machine-type.physical = false; systemd.network.networks."98-eth-default" = { matchConfig.Type = "ether"; matchConfig.Name = "e*"; linkConfig.RequiredForOnline = "routable"; networkConfig = { DHCP = "no"; IPv6AcceptRA = false; }; address = [ "2a03:4000:27:74::b00b/64" "185.244.193.190/22" ]; routes = [ { Gateway = "fe80::1"; } { Gateway = "185.244.192.1"; } ]; }; services.powerdns = { enable = true; secretFile = "/run/keys/powerdns.env"; extraConfig = '' ''; }; }