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.
This commit is contained in:
parent
1338ced84f
commit
f08881f303
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
"fruit:veto_appledouble" = "no";
|
"fruit:veto_appledouble" = "no";
|
||||||
"spotlight" = "yes";
|
"spotlight" = "yes";
|
||||||
};
|
};
|
||||||
time-machine = {
|
TimeMachineBackup = {
|
||||||
path = "/mnt/backup/tm_share";
|
path = "/mnt/backup/tm_share";
|
||||||
"browseable" = "yes";
|
"browseable" = "yes";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue