Add mount share
This commit is contained in:
parent
4c2eafada8
commit
4670b1212a
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue