From 98ce5955126c2efb6d668e051cfeac6887623477 Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Wed, 16 Aug 2023 13:26:27 +0200 Subject: [PATCH] more time machine sadness --- hosts/ds9/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index d9e4273d..2bd7f33a 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -229,12 +229,12 @@ in services.samba.extraConfig = '' min protocol = SMB3 - vfs objects = acl_xattr catia fruit streams_xattr aio + vfs objects = acl_xattr catia fruit streams_xattr fruit:nfs_aces = no inherit permissions = yes fruit:posix_rename = yes fruit:resource = xattr - fruit:model = MacPro7,1@ECOLOR=226,226,224 + fruit:model = MacSamba fruit:veto_appledouble = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes @@ -294,6 +294,9 @@ in path = "/backups/DaedalusTimeMachine"; comment = "DaedalusTimeMachine"; "write list" = "@wheel"; + "read only" = "no"; + "writable" = "yes"; + "browseable" = "yes"; "fruit:time machine" = "yes"; "fruit:time machine max size" = "2050G"; "vfs objects" = "acl_xattr fruit streams_xattr";