mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
docs: fix topology
This commit is contained in:
parent
9279f3a8d3
commit
f5f396db25
16 changed files with 115 additions and 41 deletions
|
|
@ -28,9 +28,15 @@ in
|
|||
(mkConnection "moonside" "wan")
|
||||
(mkConnection "pfsense" "wan")
|
||||
(mkConnection "sync" "wan")
|
||||
(mkConnection "toto" "bootstrapper")
|
||||
(mkConnection "drugstore" "installer image")
|
||||
(mkConnection "chaostheatre" "demo host")
|
||||
];
|
||||
};
|
||||
|
||||
chaostheatre.interfaces."demo host" = { };
|
||||
drugstore.interfaces."installer image" = { };
|
||||
toto.interfaces."bootstrapper" = { };
|
||||
sync.interfaces.wan = { };
|
||||
moonside.interfaces.wan = { };
|
||||
|
||||
|
|
@ -150,5 +156,7 @@ in
|
|||
image = ../topology/images/DELL-C2665dnf.png;
|
||||
interfaces.eth1 = { };
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
BIN
topology/images/croc.png
Normal file
BIN
topology/images/croc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
topology/images/microbin.png
Normal file
BIN
topology/images/microbin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
topology/images/shlink.png
Normal file
BIN
topology/images/shlink.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 250 KiB |
Loading…
Add table
Add a link
Reference in a new issue