Tux: Add Synchthing

This commit is contained in:
2026-07-30 09:59:20 +02:00
parent dc341b6644
commit 3939a7c0cf
2 changed files with 11 additions and 0 deletions
@@ -18,6 +18,7 @@
blueman-applet blueman-applet
prusa-slicer prusa-slicer
backlight backlight
syncthing
tux-weckyy702-git tux-weckyy702-git
]; ];
+10
View File
@@ -0,0 +1,10 @@
{
flake.modules.homeManager.syncthing = {
services.syncthing = {
enable = true;
overrideDevices = false;
overrideFolders = false;
settings.options.localAnnounceEnabled = true;
};
};
}