diff --git a/.config/linux/system/host/home/Configuration.nix b/.config/linux/system/host/home/Configuration.nix index 15e2df1..a605523 100644 --- a/.config/linux/system/host/home/Configuration.nix +++ b/.config/linux/system/host/home/Configuration.nix @@ -14,7 +14,7 @@ networking.extraHosts = '' 10.1.0.2 git.voronind.com ''; - networking.nameservers = [ "1.1.1.1" ]; + networking.nameservers = [ "1.1.1.1" "8.8.8.8" ]; # Filesystems. fileSystems."/storage/cold_1" = {