Compare commits
3 commits
113186b1b9
...
0145ba721c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0145ba721c | |||
| 27d0e39020 | |||
| 76c4464dcd |
2 changed files with 29 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -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
|
||||
|
|
|
|||
27
void.nix
27
void.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue