mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 09:40:55 +02:00
fix: changed dns address
This commit is contained in:
parent
0eb5117377
commit
b9de7ff870
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
prefixLength = 120;
|
||||
}];
|
||||
|
||||
networking.nameservers = [ "100.127.245.71" "9.9.9.9" ];
|
||||
networking.nameservers = [ "100.100.45.5" "9.9.9.9" ];
|
||||
environment.etc."resolv.conf" = with lib; with pkgs; {
|
||||
source = writeText "resolv.conf" ''
|
||||
${concatStringsSep "\n" (map (ns: "nameserver ${ns}") config.networking.nameservers)}
|
||||
|
|
Loading…
Add table
Reference in a new issue