InternalIPs are the ips on the host, not a range or other
This commit is contained in:
parent
6dab4dc41d
commit
dedf409805
@ -33,7 +33,9 @@
|
||||
externalInterface = "ens18";
|
||||
externalIP = (lib.head config.networking.interfaces.ens18.ipv4.addresses).address;
|
||||
internalInterfaces = [ "ens19" ];
|
||||
internalIPs = "${ (lib.head config.networking.interfaces.ens18.ipv4.addresses).address}/${ (lib.head config.networking.interfaces.ens18.ipv4.addresses).prefixLength }";
|
||||
internalIPs = [
|
||||
(lib.head config.networking.interfaces.ens19.ipv4.addresses).address
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "21.03";
|
||||
|
Loading…
Reference in New Issue
Block a user