add services.nix
This commit is contained in:
parent
f702ae8812
commit
6185dd48a8
5 changed files with 36 additions and 27 deletions
8
modules/features/services/adguardhome.nix
Normal file
8
modules/features/services/adguardhome.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
port = 34778;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue