fix: several typo & errors on the dns config
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
loki.process "unbound_router" {
|
||||
loki.process "unbd_router" {
|
||||
stage.pattern {
|
||||
pattern = "[<_>] <level>: <message>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user