forked from mirrors_public/oddlama_nix-config
wip: prepare switch to vlans
This commit is contained in:
parent
70cae77452
commit
d0448757bf
5 changed files with 285 additions and 217 deletions
|
@ -57,8 +57,8 @@ in
|
|||
"eth7"
|
||||
]
|
||||
];
|
||||
connections.eth1 = mkConnection "ward" "lan-self";
|
||||
connections.eth2 = mkConnection "sire" "lan-self";
|
||||
connections.eth1 = mkConnection "ward" "lan";
|
||||
connections.eth2 = mkConnection "sire" "lan";
|
||||
connections.eth7 = mkConnection "zackbiene" "lan1";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue