add unbound default gateway
This commit is contained in:
parent
a5d438d3c8
commit
f8d7fc77a9
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ in {
|
|||
config = { lib, config, pkgs, ... }: {
|
||||
networking = {
|
||||
hostName = "ns";
|
||||
defaultGateway = {
|
||||
address = "10.42.97.1";
|
||||
interface = "mv-vserver";
|
||||
};
|
||||
interfaces.mv-vserver = {
|
||||
ipv4.addresses = [{
|
||||
address = "10.42.97.2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue