summaryrefslogtreecommitdiff
path: root/data.d/etc-nixos/apps/vpn-tinc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/etc-nixos/apps/vpn-tinc.nix')
-rw-r--r--data.d/etc-nixos/apps/vpn-tinc.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/data.d/etc-nixos/apps/vpn-tinc.nix b/data.d/etc-nixos/apps/vpn-tinc.nix
index 7fcb964..c15bad4 100644
--- a/data.d/etc-nixos/apps/vpn-tinc.nix
+++ b/data.d/etc-nixos/apps/vpn-tinc.nix
@@ -28,7 +28,7 @@
networking = {
firewall = {
- allwedUDPPorts = [ 655 ];
+ allowedUDPPorts = [ 655 ];
allowedTCPPorts = [ 655 ];
};
};
@@ -40,17 +40,15 @@
{
command = "${pkgs.nettools}/bin/ifconfig";
options = [ "NOPASSWD" ];
- },
+ }
];
- },
+ }
];
services = {
tinc = {
networks = {
tyilnet = {
- name = "tyilnet";
-
debugLevel = 3;
chroot = false;
interfaceType = "tap";