nixos-config/hosts/nuc/modules/adguard/default.nix

9 lines
120 B
Nix
Raw Normal View History

2023-04-27 17:27:57 +02:00
{ ... }:
{
services.adguardhome = {
enable = true;
openFirewall = true;
settings.bind_port = 3000;
};
}