permission fix
This commit is contained in:
parent
4f0f1a08f5
commit
fad0bc90e0
@ -104,11 +104,12 @@ in
|
|||||||
"workstation"
|
"workstation"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
friend_share = lib.mkIf (hostName == "server") {
|
friend_share = {
|
||||||
path = "~/Pictures/encrypted/friends";
|
path = "~/Pictures/encrypted/friends";
|
||||||
ignorePerms = false;
|
ignorePerms = false;
|
||||||
type = "sendreceive";
|
type = "sendreceive";
|
||||||
devices = [
|
devices = [
|
||||||
|
"server"
|
||||||
"workstation"
|
"workstation"
|
||||||
"wg-friend1"
|
"wg-friend1"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user