move my copyparty files to allow webDAV login
This commit is contained in:
parent
27d0e39020
commit
0145ba721c
1 changed files with 11 additions and 1 deletions
12
void.nix
12
void.nix
|
|
@ -401,7 +401,17 @@
|
|||
};
|
||||
volumes = {
|
||||
"/" = {
|
||||
path = "/pile/copyparty/";
|
||||
path = "/pile/copyparty";
|
||||
access = {
|
||||
"gr" = "*";
|
||||
"A" = ["khais"];
|
||||
};
|
||||
flags = {
|
||||
fk = 8;
|
||||
};
|
||||
};
|
||||
"/kha" = {
|
||||
path = "/pile/copyparty/kha";
|
||||
access = {
|
||||
"g" = "*";
|
||||
"A" = ["khais"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue