-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Here are a couple of issues with the nix component of this guide:
- The
Build an air-gapped NixOS LiveCD imagepart of the guide no longer works after movingflake.nixtonixsubdirectory. Similar issue with the other commands. Adding?dir=nixargument to the flake url should solve the problem. - The flake lock file is outdated: it contains
drduhConfigwhich was removed from the flake inputs.
And other issues noticed while following it:
sudo mkdir /mnt/encrypted-storagedoes not work on NixOS as/mntis not created by default.gpg-agentneeds to be stopped before usingykman openpgpcommands.- Transfer subkeys just doesn't work (
gpg: KEYTOCARD failed: Invalid timeerror). What solved was to run the interactive command manually without--pinentry-mode=loopback - Running
saveafterkeytocardmakes it annoying to transfer the keys to multiple yubikeys, as they are removed from gnupg. I had to delete all secret keys form my gnupg and re-import the backups.
It seems to me like the live NixOS image support is slowly being faded out. Is there a particular reason for this?
Anyways, this was a great guide, thank you to all who contributed to it!
Reactions are currently unavailable