working on tinc

This commit is contained in:
Ingolf Wagner 2023-02-10 16:12:15 +01:00
commit ce96ef77a3
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 3 deletions
nixos/machines/robi

View file

@ -2,8 +2,8 @@
networking.firewall = {
allowedTCPPorts = [ 655 712 ];
allowedUDPPorts = [ 655 712 ];
allowedTCPPorts = [ 655 721 ];
allowedUDPPorts = [ 655 721 ];
};
tinc.private.enable = true;