Files
dotfiles/system/helpers/netns-isolation.nix
T
2024-07-23 10:49:09 +02:00

7 lines
354 B
Nix

### 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; }