cfg/host/fw/syncthing.nix
2025-12-30 13:54:59 +01:00

8 lines
125 B
Nix

{ ... }:
{
services.syncthing = {
enable = true;
user = "hd";
configDir = "/home/hd/.config/syncthing";
};
}