fixup! feat(status01): init uptime kuma
This commit is contained in:
parent
af6477eadb
commit
a75156f90e
1 changed files with 6 additions and 1 deletions
|
@ -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};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue