kasei: specify dns

This commit is contained in:
2025-04-03 23:46:25 +02:00
parent a30b0f2423
commit 6f3ee68430

View File

@@ -75,6 +75,10 @@
networks."40-enp6s0" = {
gateway = [ "192.168.50.1" ];
address = [ "192.168.50.200/24" ];
dns = [
"1.1.1.1"
"8.8.8.8"
];
networkConfig.IPv6AcceptRA = "no";
DHCP = "yes";
};