mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
prefer ipv6 dns
This commit is contained in:
parent
e767b2a1f3
commit
7001d3fbba
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ in
|
|||
zramSwap.enable = true;
|
||||
|
||||
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
||||
networking.networkmanager.extraConfig = ''
|
||||
[connection]
|
||||
ipv4.dns-priority=101
|
||||
'';
|
||||
|
||||
nix = {
|
||||
daemonNiceLevel = 19;
|
||||
|
|
Loading…
Reference in a new issue