chore(topology): inherit indentation

This commit is contained in:
reo101 2024-09-01 17:41:59 +03:00
parent eddd9be861
commit eb53390b5a
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -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";