1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Add uninstallation hint for MacOS regarding key chain entries

This commit is contained in:
Joshua Behrens 2024-05-08 13:26:38 +02:00 committed by GitHub
parent 52ccaf7971
commit e64383269b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,6 +135,14 @@ which you may remove.
If you _do_ find a "Nix Store" volume, delete it by running `diskutil deleteVolume` with the store volume's `diskXsY` identifier.
8. Remove the password to the encrypted Nix Store volume:
```console
sudo security delete-generic-password -a "Nix Store" -s "Nix Store" -l "disk3 encryption password" -D "Encrypted volume password"`
```
If you had multiple Nix Store volumes, you need to run the command multiple times until it mentions, that no further passwords matching the criteria were found.
> **Note**
>
> After you complete the steps here, you will still have an empty `/nix` directory.