1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: reenable zackbiene and add it to topology

This commit is contained in:
oddlama 2024-04-04 15:59:00 +02:00
parent 5604cdd4cc
commit f171d1e83a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 43 additions and 15 deletions

View file

@ -9,6 +9,7 @@
;
in {
networks.ward-kea.name = "Home LAN";
networks.zackbiene-kea.name = "Isolated IoT Network";
networks.home-fritzbox = {
name = "Home Fritzbox";
cidrv4 = "192.168.178.0/24";
@ -38,9 +39,10 @@ in {
nodes.switch-attic = mkSwitch "Switch Attic" {
info = "D-Link DGS-1016D";
image = ./images/dlink-dgs1016d.png;
interfaceGroups = [["eth1" "eth2" "eth3" "eth4" "eth5" "eth6"]];
interfaceGroups = [["eth1" "eth2" "eth3" "eth4" "eth5" "eth6" "eth7"]];
connections.eth1 = mkConnection "ward" "lan-self";
connections.eth2 = mkConnection "sire" "lan-self";
connections.eth7 = mkConnection "zackbiene" "lan1";
};
nodes.switch-bedroom-1 = mkSwitch "Switch Bedroom 1" {

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB