bring adguard here
This commit is contained in:
parent
fcc68eaf88
commit
63fca71c8c
1 changed files with 16 additions and 0 deletions
|
@ -285,5 +285,21 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# adguard
|
||||||
|
services.adguardhome = {
|
||||||
|
enable = true;
|
||||||
|
host = "127.0.0.1";
|
||||||
|
port = 8082;
|
||||||
|
settings = {
|
||||||
|
http.port = "8083";
|
||||||
|
users = [
|
||||||
|
{
|
||||||
|
name = "cy";
|
||||||
|
password = "$2y$10$BZy2zYJj5z4e8LZCq/GwuuhWUafL/MNFO.YcsAMmpDS.2krPxi7KC";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue