Move mount point of HDD
This commit is contained in:
parent
b30e2bb210
commit
c10d627a5a
7 changed files with 10 additions and 10 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
volumes = {
|
||||
"/" = {
|
||||
path = "/mnt/sdb1/cloud";
|
||||
path = "/mnt/cloud";
|
||||
access = {
|
||||
A = [ "jan" ];
|
||||
r = "*";
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
};
|
||||
|
||||
"/Medien" = {
|
||||
path = "/mnt/sdb1/media";
|
||||
path = "/mnt/media";
|
||||
access = {
|
||||
A = [ "jan" ];
|
||||
r = "*";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue