This commit is contained in:
4DBug
2026-04-09 10:06:44 -05:00
parent 6646ac30a3
commit e559f6dd01
6 changed files with 60 additions and 39 deletions

View File

@@ -22,7 +22,7 @@
accounts = {
bug = {
passwordFile = "/home/bug/mailserver/bug.passwd";
passwordFile = "/home/bug/copyparty/bug.passwd";
};
};
@@ -32,11 +32,11 @@
volumes = {
"/" = {
path = "/home/copyparty";
path = "/home/bug/copyparty/public/";
access = {
r = "*";
rw = [ "bug" ];
rwda = [ "bug" ];
};
flags = {
@@ -45,12 +45,33 @@
};
};
"/nix" = {
path = "/home/bug/nix/";
access = {
r = "*";
};
flags = {
fk = 4;
scan = 60;
};
};
"/box" = {
path = "/";
access = {
rwda = [ "bug" ];
};
};
"/Music" = {
path = "/home/bug/Music/";
access = {
r = "*";
rw = [ "bug" ];
rwda = [ "bug" ];
};
flags = {