fixup! feat(status01): init uptime kuma

This commit is contained in:
Constantin Gierczak--Galle 2024-12-07 16:24:14 +01:00
parent af6477eadb
commit a75156f90e

View file

@ -8,7 +8,12 @@
}: }:
let let
inherit (lib) mapAttrs' mkEnableOption mkIf mkForce; inherit (lib)
mapAttrs'
mkEnableOption
mkIf
mkForce
;
net' = meta.network.${name}; net' = meta.network.${name};