macs notes: properly mark plist as code
Robert Scott committed
May 8, 2021 at 22:38 UTC
90974ccc0ef4a688cc92046d6b4047c426246eec
1 file changed
+2
macs/notes.md
+2
@@ -277,6 +277,7 @@ software: `sudo spctl --master-disable`
277
26. Load the auto-run script, add the following to
278
/Library/LaunchDaemons/org.nixos.bootup.plist:
279
280
+```
281
<?xml version="1.0" encoding="UTF-8"?>
282
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
283
<plist version="1.0">
@@ -298,6 +299,7 @@ software: `sudo spctl --master-disable`
299
<true/>
300
</dict>
301
</plist>
302
+```
303
304
Copy-paste it, or if that doesn't work (it doesn't for me,) use a
305
pastebin. It is annoying to get this wrong, so be careful.