nix-dotfiles/hm_modules/syncthing_tiziano.nix

2 lines
102 B
Nix

{ services.syncthing = { enable = true; extraOptions = [ "--gui-address=http://0.0.0.0:8385" ]; }; }