diff --git a/README.md b/README.md index ae81dd8..3a76326 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,19 @@ niv add nix-community/home-manager -n home-manager -b release-23.05 * disko: https://github.com/nix-community/disko * nixos-anywhere: https://github.com/numtide/nixos-anywhere/ -**TODO** +```shell +# TODO (!) +``` + +## Automount Encrypted Drive + +* Generate and add keyfile to LUKS device +* luksOpen and mount drive, e.g. to `/mnt/data1` +* Re-generate hardware configuration: + +```shell +sudo nixos-generate-config --dir yodaTux +``` ## General Notes @@ -75,16 +87,13 @@ There are two (?) theses about Nix. One is https://edolstra.github.io/pubs/phd-t * https://mipmip.github.io/home-manager-option-search * Or `man home-configuration.nix` +### References + +Some references to websites that helped me create this repository: + +* https://github.com/Misterio77/nix-starter-configs + ## TODOS * FDE remote SSH unlock: https://nixos.wiki/wiki/Remote_LUKS_Unlocking - -## Automount Encrypted Drive - -* Generate and add keyfile to LUKS device -* luksOpen and mount drive, e.g. to `/mnt/data1` -* Re-generate hardware configuration: - -```shell -sudo nixos-generate-config --dir yodaTux -``` \ No newline at end of file +* Impermanence, opt-in to persistence: https://github.com/Misterio77/nix-starter-configs/tree/main#try-opt-in-persistance