8 lines
125 B
Nix
8 lines
125 B
Nix
{ ... }:
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
user = "hd";
|
|
configDir = "/home/hd/.config/syncthing";
|
|
};
|
|
}
|