lab-infra/machines/dns01/_configuration.nix
Constantin Gierczak--Galle 9b5c6848c0
Some checks failed
Check meta / check_meta (push) Failing after 20s
lint / check (push) Successful in 24s
build configuration / build_krz01 (push) Failing after 1m29s
feat(dns01): use infra-wide network config (#6)
Reviewed-on: #6
Co-authored-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
Co-committed-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
2024-12-04 18:07:34 +01:00

16 lines
204 B
Nix

{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
];
enabledServices = [
# List of services to enable
"nsd"
];
extraConfig = { };
root = ./.;
}