Switch to vlans in place of static IPs
This commit is contained in:
parent
03dfb572aa
commit
5dd407f841
7 changed files with 27 additions and 28 deletions
|
@ -12,14 +12,14 @@
|
|||
networking = {
|
||||
hostName = "intuos";
|
||||
wireless.enable = true;
|
||||
interfaces."wlp1s0".ipv4.addresses = [{
|
||||
address = "10.2.0.101";
|
||||
vlans.internal = {
|
||||
id=100;
|
||||
interface="wlp1s0";
|
||||
};
|
||||
interfaces.internal.ipv4.addresses = [{
|
||||
address = "11.0.0.102";
|
||||
prefixLength = 8;
|
||||
}];
|
||||
defaultGateway = {
|
||||
address = "10.1.0.1";
|
||||
interface = "wlp1s0";
|
||||
};
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue