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; ..