devices.srv1-node0: fix network

This commit is contained in:
陈浩南 2024-09-20 14:47:49 +08:00
parent 9b00bbfb20
commit 3c02cb54c5

View File

@ -55,5 +55,8 @@ inputs:
options = [ "rbind" ];
};
};
# without this, tproxy does not work
# TODO: why?
networking.firewall.trustedInterfaces = [ "eno146" ];
};
}