Zapret : Add iptables.

This commit is contained in:
Dmitry Voronin 2024-08-01 19:38:08 +03:00
parent 0d225f5506
commit 5f3a4ed284
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -47,6 +47,8 @@ in {
];
config = { ... }: container.mkContainerConfig cfg {
environment.systemPackages = with pkgs; [ iptables ];
networking = {
firewall = {
extraCommands = ''