adguardhome: init

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-04-11 20:00:44 -03:00
parent 295602c99e
commit 1ed026afd8
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 6 additions and 0 deletions

5
services/adguardhome.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
services.adguardhome = { enable = true; };
}