You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I run sudo ./result --build-memory 4096, I see the following logs:
...
Enter password for /dev/disk/by-partlabel/disk-external-luks:
Enter password for /dev/disk/by-partlabel/disk-external-luks again to be safe:
++ set +x
+ cryptsetup -q luksFormat /dev/disk/by-partlabel/disk-external-luks --key-file /dev/fd/63
Nothing to read on input.
+ rm -rf /tmp/tmp.l5FKiqm01m
[ 4.374946] reboot: Power down
I have askPassword set to true, but it doesn't allow me to input my password.
I can successfully build the image script with:
sudo nix build .#nixosConfigurations.desktop.config.system.build.diskoImagesScript
However, when I run
sudo ./result --build-memory 4096
, I see the following logs:I have
askPassword
set totrue
, but it doesn't allow me to input my password.disks.nix
The text was updated successfully, but these errors were encountered: