From 75374a27f903538601a124e1b99c53815bb6c4a6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 12 Dec 2023 13:22:20 +0100 Subject: default: add more retiolum options --- krebs/2configs/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/krebs/2configs/default.nix b/krebs/2configs/default.nix index dc02f54a..5d64555c 100644 --- a/krebs/2configs/default.nix +++ b/krebs/2configs/default.nix @@ -8,7 +8,15 @@ with import ../../lib/pure.nix { inherit lib; }; ]; krebs.announce-activation.enable = true; krebs.enable = true; - krebs.tinc.retiolum.enable = mkDefault true; + + # retiolum + krebs.tinc.retiolum = { + enable = mkDefault true; + extraConfig = '' + AutoConnect = yes + LocalDiscovery = yes + ''; + }; networking.firewall.allowedTCPPorts = [ 655 ]; networking.firewall.allowedUDPPorts = [ 655 ]; -- cgit v1.2.3