docker containers use pihole

This commit is contained in:
2026-02-02 10:56:00 -06:00
parent 6643b584f9
commit 930596db1a

View File

@@ -15,6 +15,8 @@ in {
config = lib.mkIf (config.sysconfig.docker.pihole.enable && config.sysconfig.docker.enable) {
virtualisation.docker.daemon.settings.dns = [ "192.168.101.12" ];
environment.etc."resolv.conf" = {
enable = true;
text = ''