These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages:
#!/usr/bin/env bash | |
# use fzf to find pass .gpg | |
find ~/.password-store/* -type f | \ | |
grep -E '\.gpg$' | \ | |
sed -e "s/.*password-store\///" | \ | |
sed -e "s/\.gpg$//" | \ | |
fzf |
These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages: