default: add more retiolum options

This commit is contained in:
lassulus 2023-12-12 13:22:20 +01:00
parent 316e8431c2
commit 75374a27f9
1 changed files with 9 additions and 1 deletions

View File

@ -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 ];