forked from DGNum/infrastructure
fix(dgn-network): Don't log refused connections
This commit is contained in:
parent
12ae5d7efd
commit
2ffae107e6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue