From 0fc620e7da14263f24da1225b26110d3917154ce Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 4 Nov 2025 22:45:36 -0600 Subject: [PATCH] fix tm --- modules/holocron/smb/default.nix | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/modules/holocron/smb/default.nix b/modules/holocron/smb/default.nix index 50d4569..1595165 100644 --- a/modules/holocron/smb/default.nix +++ b/modules/holocron/smb/default.nix @@ -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;