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

10 lines
161 B
Nix

{
services.syncthing = {
enable = true;
user = "agatha";
openDefaultPorts = true;
overrideFolders = false;
overrideDevices = false;
};
}