diff --git a/nixarr/nixarr.nix b/nixarr/nixarr.nix index 87799af..09e2377 100644 --- a/nixarr/nixarr.nix +++ b/nixarr/nixarr.nix @@ -256,11 +256,6 @@ in { bindsTo = ["netns@wg.service"]; requires = ["network-online.target"]; after = ["wg.service"]; - serviceConfig = { - #User = "torrenter"; - NetworkNamespacePath = "/var/run/netns/wg"; - BindReadOnlyPaths = ["/etc/netns/wg/resolv.conf:/etc/resolv.conf:norbind" "/data/test.file:/etc/test.file:norbind"]; - }; }; }; }