adguardhome: init
This commit is contained in:
parent
295602c99e
commit
1ed026afd8
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
# Include service configuration
|
||||
./services/adguardhome.nix
|
||||
./services/caddy.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…
Add table
Add a link
Reference in a new issue