fix(dgn-network): Don't log refused connections

This commit is contained in:
Tom Hubrecht 2023-11-13 14:21:52 +01:00
parent 12ae5d7efd
commit 2ffae107e6

View file

@ -36,6 +36,8 @@ in
hostName = name;
domain = "${meta.nodes.${name}.zone}.infra.dgnum.eu";
useNetworkd = true;
firewall.logRefusedConnections = false;
};
systemd.network.networks = mapAttrs' mkInterface net.interfaces;