diff options
author | toonn <toonn@toonn.io> | 2022-02-26 14:16:35 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-02-26 14:16:35 +0100 |
commit | 947d4761b35ffa5f689ad22d631696d35d28b941 (patch) | |
tree | 3982da5468bce1072cd00eef353b9d28fef28f41 /doc/manual/src/installation | |
parent | 2df23e2b3e9dd456a42b93264ccd5390e88d8542 (diff) |
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.
Diffstat (limited to 'doc/manual/src/installation')
-rw-r--r-- | doc/manual/src/installation/installing-binary.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/installation/installing-binary.md b/doc/manual/src/installation/installing-binary.md index eb184c07b..e5fb50088 100644 --- a/doc/manual/src/installation/installing-binary.md +++ b/doc/manual/src/installation/installing-binary.md @@ -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 |