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 = [
|
||||
({ config, ... }: let
|
||||
inherit (config.lib.topology)
|
||||
mkInternet
|
||||
mkRouter
|
||||
mkSwitch
|
||||
mkConnection
|
||||
mkConnectionRev
|
||||
;
|
||||
mkInternet
|
||||
mkRouter
|
||||
mkSwitch
|
||||
mkConnection
|
||||
mkConnectionRev
|
||||
;
|
||||
in {
|
||||
nodes.internet = mkInternet {
|
||||
connections = mkConnection "router1" "eth1";
|
||||
|
|
Loading…
Reference in a new issue