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

@ -15,14 +15,14 @@
networking = {
hostName = "midas";
hostId = "38ba3f57";
interfaces."enp0s31f6".ipv4.addresses = [{
address = "10.2.0.1";
vlans.internal = {
id=100;
interface="enp0s31f6";
};
interfaces.internal.ipv4.addresses = [{
address = "11.0.0.1";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "enp0s31f6";
};
};
system = {