From eb53390b5a968a1b363b873365defe45d2b6911f Mon Sep 17 00:00:00 2001 From: reo101 Date: Sun, 1 Sep 2024 17:41:59 +0300 Subject: [PATCH] chore(topology): `inherit` indentation --- modules/flake/topology/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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";