8 lines
143 B
Nix
8 lines
143 B
Nix
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
guiAddress = "127.0.0.1:8384";
|
|
dataDir = "/home/ccr/syncthing";
|
|
user = "ccr";
|
|
};
|
|
}
|