mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
fix: changed bad dns server on lambda
This commit is contained in:
parent
d6d83122b2
commit
0cc750ef37
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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; {
|
environment.etc."resolv.conf" = with lib; with pkgs; {
|
||||||
source = writeText "resolv.conf" ''
|
source = writeText "resolv.conf" ''
|
||||||
${concatStringsSep "\n" (map (ns: "nameserver ${ns}") config.networking.nameservers)}
|
${concatStringsSep "\n" (map (ns: "nameserver ${ns}") config.networking.nameservers)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue