host/home: disable byedpi system-wide proxy
This commit is contained in:
parent
8831ed9281
commit
366709f467
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
################################################################################
|
||||
local.services.byedpi = {
|
||||
enable = true;
|
||||
enableProxy = true;
|
||||
enableProxy = false;
|
||||
settings = {
|
||||
port = 1081;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue