Zapret : Add iptables.
This commit is contained in:
parent
0d225f5506
commit
5f3a4ed284
|
@ -47,6 +47,8 @@ in {
|
|||
];
|
||||
|
||||
config = { ... }: container.mkContainerConfig cfg {
|
||||
environment.systemPackages = with pkgs; [ iptables ];
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
extraCommands = ''
|
||||
|
|
Loading…
Reference in a new issue