Remove additonal DNS entries from docker

This commit is contained in:
Maximilien Richer 2022-10-16 14:38:44 +02:00 committed by Gitea
parent c48a7e80c3
commit 5f08713dfb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ SystemMaxUse=1G
virtualisation.docker = {
enable = true;
extraOptions = "--config-file=${pkgs.writeText "daemon.json" (builtins.toJSON {
dns = [ "172.17.0.1" "8.8.8.8" "8.8.4.4" ];
dns = [ "172.17.0.1" ];
})}";
};