feat: fix logging config on dns

This commit is contained in:
Xavier Morel
2025-11-15 20:15:55 +01:00
parent fccbd8916c
commit eff961ff24
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ let
mask_cidr = tools.mask_cidr; # build_ip_cidr 0 config.globals.cidr;
in
{
environment.etc."alloy/logs-adguardhome.alloy".text =
environment.etc."alloy/logs-unbound.alloy".text =
(import ./alloy/default-journal-logger.alloy.nix {
inherit tools;
container = "dns";