From f08881f3035764ec48d8f8ff3b718becae40f63f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 30 Jul 2025 14:00:21 +0200 Subject: [PATCH] feat(sgx): rename Time Machine share key in Samba config - Changed the `time-machine` key to `TimeMachineBackup` in the Samba share configuration. - Aligns key naming to standard conventions and improves readability. --- systems/x86_64-linux/sgx/fileserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/sgx/fileserver.nix b/systems/x86_64-linux/sgx/fileserver.nix index 1fd566d..9c11c6c 100644 --- a/systems/x86_64-linux/sgx/fileserver.nix +++ b/systems/x86_64-linux/sgx/fileserver.nix @@ -69,7 +69,7 @@ "fruit:veto_appledouble" = "no"; "spotlight" = "yes"; }; - time-machine = { + TimeMachineBackup = { path = "/mnt/backup/tm_share"; "browseable" = "yes"; "read only" = "no";