put it back?

This commit is contained in:
2025-11-04 22:53:01 -06:00
parent 0fc620e7da
commit 1f8fe59423

View File

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