fixup! feat(status01): init uptime kuma
This commit is contained in:
parent
72121fcccf
commit
af6477eadb
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
{ lib, sources, ... }:
|
{ lib, sources, ... }:
|
||||||
{
|
{
|
||||||
imports = (lib.extra.mkImports ./. [ "lab-acme" "lab-network" ]) ++ [
|
imports =
|
||||||
"${sources."microvm.nix"}/nixos-modules/host"
|
(lib.extra.mkImports ./. [
|
||||||
];
|
"lab-acme"
|
||||||
|
"lab-network"
|
||||||
|
])
|
||||||
|
++ [ "${sources."microvm.nix"}/nixos-modules/host" ];
|
||||||
|
|
||||||
dgn-notify.enable = false;
|
dgn-notify.enable = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue