From ce96ef77a34d7075bb1cc99f2fe6e09a76f27567 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 10 Feb 2023 16:12:15 +0100 Subject: [PATCH] working on tinc --- flake.nix | 1 - nixos/machines/robi/tinc.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 596593b..1221066 100644 --- a/flake.nix +++ b/flake.nix @@ -188,7 +188,6 @@ retiolum.nixosModules.retiolum ]; - home-manager.users.mainUser = { imports = [ doom-emacs-nix.hmModule diff --git a/nixos/machines/robi/tinc.nix b/nixos/machines/robi/tinc.nix index 84a23c1..0bf4df2 100644 --- a/nixos/machines/robi/tinc.nix +++ b/nixos/machines/robi/tinc.nix @@ -2,8 +2,8 @@ networking.firewall = { - allowedTCPPorts = [ 655 712 ]; - allowedUDPPorts = [ 655 712 ]; + allowedTCPPorts = [ 655 721 ]; + allowedUDPPorts = [ 655 721 ]; }; tinc.private.enable = true;