From 245f06fd3aa9fc66f8e51494cc79f1bbe1258d07 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 4 Nov 2025 22:42:25 -0600 Subject: [PATCH] remove timemachine --- modules/holocron/smb/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/holocron/smb/default.nix b/modules/holocron/smb/default.nix index f6b9f75..50d4569 100644 --- a/modules/holocron/smb/default.nix +++ b/modules/holocron/smb/default.nix @@ -16,17 +16,17 @@ 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 = { + # 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"; + # }; users = { path = "/holocron/users"; browseable = true;