8 lines
216 B
Nix
8 lines
216 B
Nix
{...}: {
|
|
services.syncthing.settings.folders. "school-things" = {
|
|
label = "School things";
|
|
id = "btsth-vdu9c";
|
|
devices = ["server" "pc" "winmax2" "imac"];
|
|
path = "~/Documents/School things";
|
|
};
|
|
}
|