skrott: set gateway
This commit is contained in:
@@ -39,10 +39,12 @@
|
||||
useDHCP = false;
|
||||
ipv4.addresses = [{
|
||||
address = values.hosts.skrott.ipv4;
|
||||
gateway = value.hosts.gateway;
|
||||
prefixLength = 25;
|
||||
}];
|
||||
ipv6.addresses = [{
|
||||
address = values.hosts.skrott.ipv6;
|
||||
gateway = value.hosts.gateway6;
|
||||
prefixLength = 25;
|
||||
}];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user