diff --git a/modules/flake/topology/default.nix b/modules/flake/topology/default.nix index c95fe39..b631964 100644 --- a/modules/flake/topology/default.nix +++ b/modules/flake/topology/default.nix @@ -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";