Skip to content

Commit

Permalink
modules.syncthing: do not set low priority
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 24, 2024
1 parent 34ea7bb commit 9b8ca88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
settings = {
# https://docs.syncthing.net/users/faq.html#why-do-i-get-host-check-error-in-the-gui-api
gui.insecureSkipHostcheck = true;
options.urAccepted = -1;
options = {
setLowPriority = false;
urAccepted = -1;
};
};
};
traefik.dynamicConfigOptions.http = {
Expand Down

0 comments on commit 9b8ca88

Please sign in to comment.