This commit is contained in:
Richie Cahill 2024-05-25 13:49:02 -04:00
parent 0388993f40
commit 14d4580534
2 changed files with 13 additions and 6 deletions

View File

@ -12,6 +12,7 @@
"autopull",
"azuretools",
"BANN",
"brkubnet",
"btop",
"btrfs",
"builtins",

View File

@ -10,15 +10,21 @@
};
networking = {
vlans = {
vlan100 = {
id = 100;
interface = "ztkubnet";
};
bridges.brkubnet.interfaces = [ "ztkubnet" ];
interfaces.brkubnet.ipv4.addresses = [
{
address = "192.168.192.2";
prefixLength = 24;
}
];
vlans.vlan100 = {
id = 100;
interface = "brkubnet";
};
interfaces.vlan100.ipv4.addresses = [
{
address = "10.10.10.3";
address = "10.10.10.4";
prefixLength = 24;
}
];