{ config, ... }: let hosts = import ../../modules/hosts.nix; in { imports = [ ../../modules/static-ipv6.nix ../../modules/monitoring/exporters.nix ]; clan.core.sops.defaultGroups = [ "admins" ]; # Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here. cnx.staticIPv6 = { enable = true; address = hosts.${config.networking.hostName}.ipv6; }; services.timesyncd.enable = true; # Mail host backing the cnx.email MX (mx1.cnx.email -> 5.223.65.38). # SMTP/IMAP services to be configured. }