docker: leave fallback dns option

This commit is contained in:
2025-07-03 06:14:22 +00:00
parent a8cb604270
commit 07f48ec52a

View File

@@ -134,7 +134,10 @@ in
#}; #};
#location.provider = "geoclue2"; #location.provider = "geoclue2";
virtualisation.docker.enable = true; virtualisation.docker = {
enable = true;
#daemon.settings.dns = [ "100.100.100.100" ];
};
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;