17 lines
315 B
Nix
17 lines
315 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
# settings = let pc = "blitzar"; in {
|
|
# folders.music = {
|
|
# enable = true;
|
|
# devices = [ pc ];
|
|
# id = "Music";
|
|
# label = "Music";
|
|
# path = "~/Music";
|
|
# type = "receiveonly";
|
|
# };
|
|
# };
|
|
};
|
|
}
|