dns: add default v4 gateway
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
}];
|
||||
};
|
||||
};
|
||||
networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; };
|
||||
networking.defaultGateway6 = {
|
||||
address = "2a01:4f8:1c0c:8221::1";
|
||||
interface = "ens18";
|
||||
|
Reference in New Issue
Block a user