Create netns-isolation.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 10:49:09 +02:00
committed by GitHub
parent babc4d4b54
commit 7fa8e92f50
+6
View File
@@ -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; }