diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index e938656..694b28b 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -134,7 +134,10 @@ in #}; #location.provider = "geoclue2"; - virtualisation.docker.enable = true; + virtualisation.docker = { + enable = true; + #daemon.settings.dns = [ "100.100.100.100" ]; + }; environment.systemPackages = with pkgs;