adguardhome: turn off mutable settings via web ui
This commit is contained in:
parent
b615282d98
commit
3e697de009
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
services.adguardhome = {
|
services.adguardhome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mutableSettings = true;
|
mutableSettings = false;
|
||||||
extraArgs = [ "--web-addr" "0.0.0.0:3003" ];
|
extraArgs = [ "--web-addr" "0.0.0.0:3003" ];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue