summary refs log tree commit diff
path: root/nixos/modules/services/networking/tinc.nix
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-02-10 01:48:17 +0100
committertg(x) <*@tg-x.net>2016-02-10 01:49:41 +0100
commitc76817291912904f3ed553366804488cf31169e4 (patch)
treee4f5810e4e1df9e8ac0db0d84277f5905c92ac06 /nixos/modules/services/networking/tinc.nix
parent06ce6ba757d2905d111f6417da7782af260ccfba (diff)
downloadnixpkgs-c76817291912904f3ed553366804488cf31169e4.tar
nixpkgs-c76817291912904f3ed553366804488cf31169e4.tar.gz
nixpkgs-c76817291912904f3ed553366804488cf31169e4.tar.bz2
nixpkgs-c76817291912904f3ed553366804488cf31169e4.tar.lz
nixpkgs-c76817291912904f3ed553366804488cf31169e4.tar.xz
nixpkgs-c76817291912904f3ed553366804488cf31169e4.tar.zst
nixpkgs-c76817291912904f3ed553366804488cf31169e4.zip
tinc: enable chroot
Diffstat (limited to 'nixos/modules/services/networking/tinc.nix')
-rw-r--r--nixos/modules/services/networking/tinc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tinc.nix b/nixos/modules/services/networking/tinc.nix
index 34f4f6b37b6..a26b998b915 100644
--- a/nixos/modules/services/networking/tinc.nix
+++ b/nixos/modules/services/networking/tinc.nix
@@ -166,7 +166,7 @@ in
           fi
         '';
         script = ''
-          tincd -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel}
+          tincd -R -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel}
         '';
       })
     );