Add mount share

This commit is contained in:
Nathan McCarty 2023-09-07 20:34:02 -04:00
parent 4c2eafada8
commit 4670b1212a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,13 @@ in {
"guest ok" = "no";
"writable" = "yes";
};
Mount = {
path = "/run/media/nathan";
browesable = "yes";
"read only" = "no";
"guest ok" = "no";
"writable" = "yes";
};
};
};
}