nix-dotfiles/modules/hm/syncthing_tiziano.nix
2023-07-19 10:42:09 +01:00

7 lines
114 B
Nix

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