chore(topology): inherit
indentation
This commit is contained in:
parent
eddd9be861
commit
eb53390b5a
1 changed files with 6 additions and 6 deletions
|
@ -66,12 +66,12 @@
|
||||||
modules = [
|
modules = [
|
||||||
({ config, ... }: let
|
({ config, ... }: let
|
||||||
inherit (config.lib.topology)
|
inherit (config.lib.topology)
|
||||||
mkInternet
|
mkInternet
|
||||||
mkRouter
|
mkRouter
|
||||||
mkSwitch
|
mkSwitch
|
||||||
mkConnection
|
mkConnection
|
||||||
mkConnectionRev
|
mkConnectionRev
|
||||||
;
|
;
|
||||||
in {
|
in {
|
||||||
nodes.internet = mkInternet {
|
nodes.internet = mkInternet {
|
||||||
connections = mkConnection "router1" "eth1";
|
connections = mkConnection "router1" "eth1";
|
||||||
|
|
Loading…
Reference in a new issue