This commit is contained in:
2025-11-04 22:45:36 -06:00
parent 245f06fd3a
commit 0fc620e7da

View File

@@ -16,17 +16,14 @@ let
"create mask" = "0775";
"directory mask" = "0775";
};
# timemachine = {
# browseable = true;
# "path" = "/holocron/archives/timemachine";
# #"valid users" = "blake";
# "public" = "no";
# "writeable" = "yes";
# #"force user" = "blake";
# "fruit:aapl" = "yes";
# "fruit:time machine" = "yes";
# "vfs objects" = "catia fruit streams_xattr";
# };
timemachine = {
path = "/holocron/archives/timemachine";
browseable = true;
writeable = true;
guestOk = false;
"create mask" = "0600";
"directory mask" = "0700";
};
users = {
path = "/holocron/users";
browseable = true;