11 lines
220 B
Nix
11 lines
220 B
Nix
{
|
|
flake.modules.homeManager.syncthing = {
|
|
services.syncthing = {
|
|
enable = true;
|
|
overrideDevices = false;
|
|
overrideFolders = false;
|
|
settings.options.localAnnounceEnabled = true;
|
|
};
|
|
};
|
|
}
|