linuxware/services/adguardhome.nix

6 lines
59 B
Nix
Raw Normal View History

2024-04-11 20:00:44 -03:00
{ ... }:
{
services.adguardhome = { enable = true; };
}