5 lines
84 B
Nix
5 lines
84 B
Nix
|
{
|
||
|
services.adguardhome.enable = true;
|
||
|
|
||
|
networking.nameservers = ["127.0.0.1"];
|
||
|
}
|