nix(t14): enable+configure syncthing

This commit is contained in:
surtur 2023-12-11 13:32:34 +01:00
parent 6ae8c2003e
commit bac5f3e9e7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -333,6 +333,16 @@
];
};
syncthing = {
enable = true;
openDefaultPorts = true;
dataDir = "/home/mko/sync";
configDir = "/home/mko/.config/syncthing";
user = "mko";
group = "mko";
guiAddress = "127.0.0.1:8384";
};
# TS is enabled in the imported module, this is additional config.
tailscale = {
useRoutingFeatures = "both";