copyparty + rclone
This commit is contained in:
parent
76c4464dcd
commit
27d0e39020
2 changed files with 17 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -37,6 +37,8 @@ in {
|
||||||
ouch
|
ouch
|
||||||
inetutils
|
inetutils
|
||||||
fd
|
fd
|
||||||
|
file
|
||||||
|
rclone
|
||||||
# used for yazi epub previews
|
# used for yazi epub previews
|
||||||
epub-thumbnailer
|
epub-thumbnailer
|
||||||
# remote working
|
# remote working
|
||||||
|
|
|
||||||
15
void.nix
15
void.nix
|
|
@ -389,11 +389,15 @@
|
||||||
no-robots = true;
|
no-robots = true;
|
||||||
theme = 2;
|
theme = 2;
|
||||||
shr = "/shr";
|
shr = "/shr";
|
||||||
|
daw = true;
|
||||||
};
|
};
|
||||||
accounts = {
|
accounts = {
|
||||||
"khais" = {
|
"khais" = {
|
||||||
passwordFile = "/etc/nixos/secrets/copyparty/khais.password";
|
passwordFile = "/etc/nixos/secrets/copyparty/khais.password";
|
||||||
};
|
};
|
||||||
|
"tsb" = {
|
||||||
|
passwordFile = "/etc/nixos/secrets/copyparty/tsb.password";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
volumes = {
|
volumes = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
@ -406,6 +410,17 @@
|
||||||
fk = 8;
|
fk = 8;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"/tsb" = {
|
||||||
|
path = "/pile/copyparty/tsb";
|
||||||
|
access = {
|
||||||
|
"g" = "*";
|
||||||
|
"rwmd." = "tsb";
|
||||||
|
"A" = ["khais"];
|
||||||
|
};
|
||||||
|
flags = {
|
||||||
|
fk = 8;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue