fixup! feat(status01): init uptime kuma

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

View file

@ -1,8 +1,11 @@
{ lib, sources, ... }:
{
imports = (lib.extra.mkImports ./. [ "lab-acme" "lab-network" ]) ++ [
"${sources."microvm.nix"}/nixos-modules/host"
];
imports =
(lib.extra.mkImports ./. [
"lab-acme"
"lab-network"
])
++ [ "${sources."microvm.nix"}/nixos-modules/host" ];
dgn-notify.enable = false;