temp
This commit is contained in:
parent
ac6a0f59c4
commit
f4aa262e74
8
hosts/modules/server/adguard.nix
Normal file
8
hosts/modules/server/adguard.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
services.adguardhome ={
|
||||||
|
enable = true;
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 3000;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user