10 lines
243 B
Nix
10 lines
243 B
Nix
{...}: {
|
|
services.syncthing.settings.folders = {
|
|
"school-things" = {
|
|
label = "School things";
|
|
id = "z6alc-nfoqr";
|
|
devices = ["steamdeck" "server" "pc" "winmax2"];
|
|
path = "~/Documents/School things";
|
|
};
|
|
};
|
|
}
|