NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
11.49k stars 1.44k forks source link

NixOS Graphical ISO image DNS ERROR on cache.nixos #10890

Open carlinhoshk opened 3 weeks ago

carlinhoshk commented 3 weeks ago

Describe the bug

I'm trying to install the iso and I have a problem with DNS to download some things from the installer. I already add it to /etc/resolv.conf and add a new config.nix with networking.nameservers = [ "8.8.8.8" "8.8.4.4" ]; When I do this I can ping google.com/archlinux.com/nixos.org but on cache.nixos.org it doesn't work

Is it possible that the DNS is giving an error only in my country Brazil?

Steps To Reproduce

download the iso "nixos-plasma6-24.05.1135.9b5328b7f761-x86_64-linux.iso" Run at boot and try to install via the graphical interface

  1. See error

https://[termbin.com/egi5](https://termbin.com/egi5)

Expected behavior

be able to connect to cache.nixos.org and download the binaries

A clear and concise description of what you expected to happen.

nix-env --version output

image

Additional context

Add any other context about the problem here.

Priorities

Add :+1: to issues you find important.