1
0
Fork 0

dns: add default v4 gateway

This commit is contained in:
Garionion 2022-07-23 15:57:36 +02:00
parent 39f6c0535d
commit f340e366f9
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
}];
};
};
networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; };
networking.defaultGateway6 = {
address = "2a01:4f8:1c0c:8221::1";
interface = "ens18";