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