2024-10-18 11:52:54 +02:00
|
|
|
{ lib, sources, ... }:
|
|
|
|
{
|
2024-12-07 16:24:14 +01:00
|
|
|
imports =
|
|
|
|
(lib.extra.mkImports ./. [
|
|
|
|
"lab-acme"
|
|
|
|
"lab-network"
|
|
|
|
])
|
|
|
|
++ [ "${sources."microvm.nix"}/nixos-modules/host" ];
|
2024-10-18 11:52:54 +02:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|