fix: several typo & errors on the dns config

This commit is contained in:
Xavier Morel
2025-10-24 19:48:09 +02:00
parent 16b9271caf
commit f9446df46d
5 changed files with 18 additions and 8 deletions

View File

@@ -13,16 +13,18 @@ let
in
{
cores = 2;
memory = "2G";
memory = 1024;
disk = "4G";
swap = 512;
ports = [
tcp_ports = [
80
53
12345
];
udp_ports = [ 53 ];
exposed = false;
services = {
resolved.enable = false;
adguardhome = import ./dns/adguardhome-config.nix { inherit infra ip domainname; };
unbound = {
enable = true;

View File

@@ -23,7 +23,7 @@
}
}
loki.process "unbound_router" {
loki.process "unbd_router" {
stage.pattern {
pattern = "[<_>] <level>: <message>"
}