Shared share

This commit is contained in:
Nathan McCarty 2023-07-08 13:08:25 -04:00
parent 1af95204bb
commit b2b3efae8a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@ in {
"read only" = "no";
"guest ok" = "no";
};
Shared = {
path = "/home/nathan/Shared";
browesable = "yes";
"read only" = "no";
"guest ok" = "no";
"writable" = "yes";
};
};
};
}