doc: Add removal of darwin-store LaunchDaemon

The uninstall instructions used to accidentally remove the nix-darwin
LaunchDaemon, this was dropped. However, the original intent was to
remove the Store volume mounting LaunchDaemon.
This commit is contained in:
toonn 2022-02-26 14:16:35 +01:00
parent 2df23e2b3e
commit 947d4761b3
No known key found for this signature in database
GPG key ID: 44FF902A66DF4576

View file

@ -131,6 +131,8 @@ and `/etc/zshrc` which you may remove.
```console
sudo launchctl unload /Library/LaunchDaemons/org.nixos.nix-daemon.plist
sudo rm /Library/LaunchDaemons/org.nixos.nix-daemon.plist
sudo launchctl unload /Library/LaunchDaemons/org.nixos.darwin-store.plist
sudo rm /Library/LaunchDaemons/org.nixos.darwin-store.plist
```
This stops the Nix daemon and prevents it from being started next time you