try pihole network

This commit is contained in:
2026-01-19 09:10:54 -06:00
parent eda60a7fec
commit 9a89b1ee6a
4 changed files with 10 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
config = lib.mkIf config.sysconfig.docker.enable {
networking.nat.internalInterfaces = [ "docker0" ];
networking.nat.internalInterfaces = [ "docker0" "docker-main" ];
virtualisation = {
docker = {