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

@ -13,14 +13,14 @@
networking = {
hostName = "kitty";
hostId = "8745e22e";
interfaces."eno1".ipv4.addresses = [{
address = "10.2.0.2";
vlans.internal = {
id=100;
interface="eno1";
};
interfaces.internal.ipv4.addresses = [{
address = "11.0.0.1";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "eno1";
};
};
system = {