nix-dotfiles/hm_modules/syncthing.nix
2023-01-19 20:01:19 +01:00

6 lines
113 B
Nix

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