feat(status01): init #11
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue