more tries

This commit is contained in:
Andreas Zweili 2022-03-07 23:33:41 +01:00
parent 5b009eaedd
commit 653db00302
1 changed files with 5 additions and 1 deletions

View File

@ -5,9 +5,13 @@
settings = {
client = {
enabled = true;
servers = [ "10.7.89.140:4647" ];
};
};
enableDocker = true;
};
networking.firewall.allowedTCPPorts = [ 4646 ];
networking.firewall = {
allowedTCPPorts = [ 4646 4647 4648 ];
allowedUDPPorts = [ 4648 ];
};
}