8 lines
158 B
Nix
8 lines
158 B
Nix
{
|
|
# Ad-blocking DNS server
|
|
# Web UI available at http://localhost:3000
|
|
services.adguardhome.enable = true;
|
|
|
|
networking.nameservers = ["127.0.0.1"];
|
|
}
|