Compare commits

...

3 commits

Author SHA1 Message Date
0145ba721c
move my copyparty files to allow webDAV login 2025-10-13 19:55:28 +02:00
27d0e39020
copyparty + rclone 2025-10-13 13:39:19 +02:00
76c4464dcd
install wine64 2025-10-12 19:14:45 +02:00
2 changed files with 29 additions and 2 deletions

View file

@ -37,6 +37,8 @@ in {
ouch
inetutils
fd
file
rclone
# used for yazi epub previews
epub-thumbnailer
# remote working
@ -98,7 +100,7 @@ in {
archivebox
# games
lutris
wine
wine64
prismlauncher
# ai
ollama

View file

@ -389,15 +389,29 @@
no-robots = true;
theme = 2;
shr = "/shr";
daw = true;
};
accounts = {
"khais" = {
passwordFile = "/etc/nixos/secrets/copyparty/khais.password";
};
"tsb" = {
passwordFile = "/etc/nixos/secrets/copyparty/tsb.password";
};
};
volumes = {
"/" = {
path = "/pile/copyparty/";
path = "/pile/copyparty";
access = {
"gr" = "*";
"A" = ["khais"];
};
flags = {
fk = 8;
};
};
"/kha" = {
path = "/pile/copyparty/kha";
access = {
"g" = "*";
"A" = ["khais"];
@ -406,6 +420,17 @@
fk = 8;
};
};
"/tsb" = {
path = "/pile/copyparty/tsb";
access = {
"g" = "*";
"rwmd." = "tsb";
"A" = ["khais"];
};
flags = {
fk = 8;
};
};
};
};