Signed-off-by: Alex S <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-05-07 19:20:12 +00:00
parent bab16aba6c
commit 5232a60f0d

View file

@ -49,9 +49,11 @@
openssh.enable = true; openssh.enable = true;
adguardhome = { adguardhome = {
enable = true; enable = true;
openFirewall = true;
settings = { settings = {
bind_host = "192.168.1.221"; bind_host = "192.168.1.221";
bootstrap_dns = "8.8.8.8, 8.8.4.4"; bind_port = 3000;
# bootstrap_dns = "8.8.8.8, 8.8.4.4";
}; };
}; };
}; };