diff options
| author | makefu <github@syntax-fehler.de> | 2022-06-06 21:23:41 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2022-06-06 21:23:41 +0200 |
| commit | 2819c4e1d9c0930653aa1c69fcbd8907e48a4930 (patch) | |
| tree | 683eb34bb3f77ff9128f3368aad4ea8dfbd4f119 | |
| parent | bb17cfb266e84b33457101ba67710eb2136eea08 (diff) | |
ma tinc/retiolum: do not pin connectTo
| -rw-r--r-- | makefu/2configs/tinc/retiolum.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/tinc/retiolum.nix b/makefu/2configs/tinc/retiolum.nix index a2b24d35a..d1cfc2f88 100644 --- a/makefu/2configs/tinc/retiolum.nix +++ b/makefu/2configs/tinc/retiolum.nix @@ -10,7 +10,6 @@ LocalDiscovery = no ''} ''; - #krebs.tinc.retiolum.connectTo = [ "gum" ]; environment.systemPackages = [ pkgs.tinc ]; networking.firewall.allowedTCPPorts = [ config.krebs.build.host.nets.retiolum.tinc.port ]; networking.firewall.allowedUDPPorts = [ config.krebs.build.host.nets.retiolum.tinc.port ]; |
