lab-infra/machines/dns01/_configuration.nix
Constantin Gierczak--Galle f52c7ac502
Some checks failed
Check meta / check_meta (push) Failing after 19s
lint / check (push) Successful in 22s
Check meta / check_meta (pull_request) Failing after 19s
lint / check (pull_request) Successful in 23s
build configuration / build_krz01 (pull_request) Failing after 1m27s
feat(dns01): use infra-wide network config
2024-12-04 18:06:01 +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 = ./.;
}