lab-infra/modules/default.nix

18 lines
344 B
Nix
Raw Normal View History

{ lib, sources, ... }:
{
imports =
(lib.extra.mkImports ./. [
"lab-acme"
"lab-network"
])
++ [ "${sources."microvm.nix"}/nixos-modules/host" ];
dgn-notify.enable = false;
dgn-records.enable = false;
# TODO think about how to use netbox with lab
dgn-netbox-agent.enable = false;
dgn-acme.enable = false;
}