diff --git a/system/helpers/netns-isolation.nix b/system/helpers/netns-isolation.nix new file mode 100644 index 0000000..ba77ac3 --- /dev/null +++ b/system/helpers/netns-isolation.nix @@ -0,0 +1,6 @@ +### netns-isolation (EXPERIMENTAL) +# Enable this module to use Network Namespace Isolation. This feature places +# every service in its own network namespace and only allows truly necessary +# connections between network namespaces, making sure services are isolated on +# a network-level as much as possible. +{ nix-bitcoin.netns-isolation.enable = true; }