permission fix

This commit is contained in:
Danilo Reyes 2025-09-20 22:52:19 -06:00
parent 4f0f1a08f5
commit fad0bc90e0

View File

@ -104,11 +104,12 @@ in
"workstation"
];
};
friend_share = lib.mkIf (hostName == "server") {
friend_share = {
path = "~/Pictures/encrypted/friends";
ignorePerms = false;
type = "sendreceive";
devices = [
"server"
"workstation"
"wg-friend1"
];