aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index 800d36d..2bb56f2 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -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" ];
})}";
};