DeterminateSystems / nix-installer

Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 7 million installs.
https://determinate.systems
GNU Lesser General Public License v2.1
2.21k stars 57 forks source link

The keychain lacks a password for the already existing "Nix Store" volume on disk `disk3` #1244

Open ruuderie opened 1 week ago

ruuderie commented 1 week ago

Apple M2 MacOs: 15.0.1 (24A348) RAM: 24 GB

Error

Error: 
   0: Planner error
   1: Error executing action
   2: Action `encrypt_apfs_volume` errored
   3: The keychain lacks a password for the already existing "Nix Store" volume on disk `disk3`, consider removing the volume with `diskutil apfs deleteVolume "Nix Store"` (if you receive error -69888, you may need to run `sudo launchctl bootout system/org.nixos.darwin-store` and `sudo launchctl bootout system/org.nixos.nix-daemon` first)

Metadata

key value
version 0.27.0
os macos
arch aarch64

I tried using 'sudo ./nix-installer.sh install'

and './nix-installer.sh install'

cole-h commented 1 week ago

If you do the suggestions in the error message, does that allow you to get further in the install process?