syncthing devices

This commit is contained in:
Danilo Reyes 2025-09-20 22:11:44 -06:00
parent c40429d3d7
commit e58f6cfb86

View File

@ -108,7 +108,10 @@ in
path = "~/Pictures/encrypted/friends";
ignorePerms = false;
type = "sendreceive";
devices = [ "wg-friend1" ];
devices = [
"workstation"
"wg-friend1"
];
};
};
};