feat(status01): init #11

Merged
cst1 merged 6 commits from status_init into main 2024-12-07 16:26:03 +01:00
Showing only changes of commit af6477eadb - Show all commits

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;