From 3cba1640e02c6855266a864906490b8a1890a593 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 17 Oct 2025 20:07:31 -0500 Subject: [PATCH] timemachine changes --- modules/holocron/smb/default.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/holocron/smb/default.nix b/modules/holocron/smb/default.nix index a8ef2b5..5589f8d 100644 --- a/modules/holocron/smb/default.nix +++ b/modules/holocron/smb/default.nix @@ -17,14 +17,13 @@ let "directory mask" = "0775"; }; timemachine = { - "path" = "/holocron/archives/timemachine"; - "valid users" = "username"; - "public" = "no"; - "writeable" = "yes"; - "force user" = "username"; - "fruit:aapl" = "yes"; - "fruit:time machine" = "yes"; - "vfs objects" = "catia fruit streams_xattr"; + browseable = true; + "path" = "/holocron/archives/timemachine"; + "public" = "no"; + "writeable" = "yes"; + "fruit:aapl" = "yes"; + "fruit:time machine" = "yes"; + "vfs objects" = "catia fruit streams_xattr"; }; users = { path = "/holocron/users";