docker: block external connections

This commit is contained in:
Leonardo Eugênio 2025-01-10 11:06:58 -03:00
parent 7b670efc67
commit be3686db82
3 changed files with 42 additions and 1 deletions

View file

@ -139,6 +139,12 @@
];
vrr-fullscreen = [ ];
controller-battery = [ ];
_docker-block-external-connections = [
iptables
gawk
gnugrep
iproute2
];
}
// lib.mapAttrs importScript {
wdmenu = ./wdmenu.nix;