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