nixos: remove adguardhome service

This commit is contained in:
Alexandre Cavalheiro 2024-05-02 17:25:59 -03:00
parent 99d4fa1a27
commit a404376028
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 0 additions and 6 deletions

View file

@ -13,7 +13,6 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
# Include service configuration
./services/adguardhome.nix
./services/archi.nix
./services/caddy.nix
./services/jellyfin.nix

View file

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