forked from Deuxfleurs/nixcfg
Remove additonal DNS entries from docker
This commit is contained in:
parent
c48a7e80c3
commit
5f08713dfb
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
})}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue