default: add more retiolum options
This commit is contained in:
parent
316e8431c2
commit
75374a27f9
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user