Add IPv6 dns servers
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
networking.interfaces.ens19.ipv6.addresses = [ { address = "2001:638:904:ffc7::6"; prefixLength = 64; } ];
|
||||
networking.defaultGateway = { address = "192.168.10.1"; interface = "ens18"; };
|
||||
networking.defaultGateway6 = { address = "2001:638:904:ffc7::1"; interface = "ens19"; };
|
||||
networking.nameservers = [ "141.24.40.4" ];
|
||||
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
Reference in New Issue
Block a user