nixos-config/common/adguardhome.nix

5 lines
84 B
Nix
Raw Normal View History

2024-04-08 20:32:17 +02:00
{
services.adguardhome.enable = true;
networking.nameservers = ["127.0.0.1"];
}