mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove ipv6 DNS priority setting
This commit is contained in:
parent
b8cc0d319a
commit
a09dc521f4
1 changed files with 0 additions and 6 deletions
|
@ -25,12 +25,6 @@
|
||||||
|
|
||||||
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
||||||
|
|
||||||
# lower ipv4 DNS priority for networkmanager
|
|
||||||
networking.networkmanager.extraConfig = ''
|
|
||||||
[connection]
|
|
||||||
ipv4.dns-priority=101
|
|
||||||
'';
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ ];
|
nixPath = [ ];
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
Loading…
Reference in a new issue