adguardhome: init
This commit is contained in:
parent
295602c99e
commit
1ed026afd8
|
@ -13,6 +13,7 @@
|
||||||
# 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/caddy.nix
|
./services/caddy.nix
|
||||||
./services/jellyfin.nix
|
./services/jellyfin.nix
|
||||||
];
|
];
|
||||||
|
|
5
services/adguardhome.nix
Normal file
5
services/adguardhome.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.adguardhome = { enable = true; };
|
||||||
|
}
|
Loading…
Reference in a new issue