nix-dotfiles/hm_modules/syncthing.nix

1 line
101 B
Nix

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