From a75156f90e1fb59e5e40c6e0261986d86b2629dc Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sat, 7 Dec 2024 16:24:14 +0100 Subject: [PATCH] fixup! feat(status01): init uptime kuma --- modules/lab-network.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/lab-network.nix b/modules/lab-network.nix index e1b20d7..1f13595 100644 --- a/modules/lab-network.nix +++ b/modules/lab-network.nix @@ -8,7 +8,12 @@ }: let - inherit (lib) mapAttrs' mkEnableOption mkIf mkForce; + inherit (lib) + mapAttrs' + mkEnableOption + mkIf + mkForce + ; net' = meta.network.${name};