6 lines
113 B
Nix
6 lines
113 B
Nix
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
extraOptions = [ "--gui-address=http://0.0.0.0:8385" ];
|
|
};
|
|
}
|