Tux: Add Synchthing
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
blueman-applet
|
||||
prusa-slicer
|
||||
backlight
|
||||
syncthing
|
||||
|
||||
tux-weckyy702-git
|
||||
];
|
||||
|
||||
@@ -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