mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-03 02:30:52 +02:00
Merge branch 'main' of github.com:JulienMalka/nix-config
This commit is contained in:
commit
b78fb32c9d
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