Syncthing configuration in 25.11 - webportal online but enable option says false

http://localhost:8384/ is available

  • but not with the configured device name (instead with hostname)

nixos-option -I nixos-config=/etc/nixos/configuration.nix services.syncthing.enable
Value:
false

Default:
false

even the import into configuration.nix is showing
services = {
syncthing = {
enable = true; ..

Triple-backticks will let you write code blocks. https://meta.discourse.org/t/formatting-posts-using-markdown-bbcode-and-html/239348#p-70170-supported-markdown-4

Anyway, you’ll need to give us a lot more to go on.
At best, I’m assuming you’re simply not importing the module that enables syncthing.

1 Like