Switch to vlans in place of static IPs

This commit is contained in:
Bun 2025-04-16 17:40:38 -04:00
parent 03dfb572aa
commit 5dd407f841
7 changed files with 27 additions and 28 deletions

View file

@ -12,14 +12,14 @@
networking = {
hostName = "tower";
interfaces."enp42s0".ipv4.addresses = [{
address = "10.2.0.100";
vlans.internal = {
id=100;
interface="enp42s0";
};
interfaces.internal.ipv4.addresses = [{
address = "11.0.0.100";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "enp42s0";
};
};
system = {