working on tinc

This commit is contained in:
Ingolf Wagner 2023-02-10 16:12:15 +01:00
parent d9c5327d9a
commit ce96ef77a3
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 3 deletions

View file

@ -188,7 +188,6 @@
retiolum.nixosModules.retiolum
];
home-manager.users.mainUser = {
imports = [
doom-emacs-nix.hmModule

View file

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