Tux: Add Synchthing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.modules.homeManager.syncthing = {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
settings.options.localAnnounceEnabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user