The keychain lacks a password for the already existing "Nix Store" #35

Closed
opened 2024-11-14 02:26:57 +00:00 by danielbald · 2 comments

Hello, trying to install Lix after a fresh install of Nix, on a fresh install of macOS 15.1. This is my first Mac, apologies if there's an obvious fix. But your advice is appreciated. Thanks

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.17.1
os macos
arch aarch64
Hello, trying to install Lix after a fresh install of Nix, on a fresh install of macOS 15.1. This is my first Mac, apologies if there's an obvious fix. But your advice is appreciated. Thanks ## 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.17.1| |**os**|macos| |**arch**|aarch64|
Owner

Sometimes this is related to not having logged in on the physical console of the machine; there's some weird stuff that happens if it's only been ssh'd into.

Other than that, maybe try the command it tells you. You'll have to rerun the installer and it might work then. Not sure exactly what went wrong, anyway.

Sometimes this is related to not having logged in on the physical console of the machine; there's some weird stuff that happens if it's only been ssh'd into. Other than that, maybe try the command it tells you. You'll have to rerun the installer and it might work then. Not sure exactly what went wrong, anyway.
Author

This was all my fault. Adding details to help future noobs.

I was trying to install this to get home-manager working to manage my home Nix environment on macOS. Installing the stand-alone version of home-manager worked instead of the nix-darwin module option.

This was all my fault. Adding details to help future noobs. I was trying to install this to get `home-manager` working to manage my home `Nix` environment on macOS. Installing the stand-alone version of `home-manager` worked instead of the `nix-darwin` module option.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix-installer#35
No description provided.