nixos: remove adguardhome service
This commit is contained in:
parent
99d4fa1a27
commit
a404376028
|
@ -13,7 +13,6 @@
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Include service configuration
|
# Include service configuration
|
||||||
./services/adguardhome.nix
|
|
||||||
./services/archi.nix
|
./services/archi.nix
|
||||||
./services/caddy.nix
|
./services/caddy.nix
|
||||||
./services/jellyfin.nix
|
./services/jellyfin.nix
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.adguardhome = { enable = true; };
|
|
||||||
}
|
|
Loading…
Reference in a new issue