From af6477eadbf62048ae48c19c0a1414aaa3d5e236 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/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index eb74e18..c4d4b41 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -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;