This commit is contained in:
Hadi 2024-06-18 10:29:37 +02:00 committed by GitHub
parent ac6a0f59c4
commit f4aa262e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
{
services.adguardhome ={
enable = true;
host = "0.0.0.0";
port = 3000;
openFirewall = true;
};
}