nix-infra/common/fragments/graphical/syncthing.nix

10 lines
161 B
Nix
Raw Normal View History

2023-10-04 12:57:52 +00:00
{
services.syncthing = {
enable = true;
user = "agatha";
openDefaultPorts = true;
overrideFolders = false;
overrideDevices = false;
};
}