mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: fix dns setup for adguard
This commit is contained in:
parent
358220a12e
commit
6a78a9039d
2 changed files with 5 additions and 6 deletions
|
@ -5,6 +5,9 @@
|
|||
services.adguardhome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings.bind_port = 3000;
|
||||
settings = {
|
||||
dns.bind_hosts = [ "192.168.42.2" ];
|
||||
http.address = "0.0.0.0:3000";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue