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