update README

This commit is contained in:
Daniel Langbein 2023-08-18 19:57:09 +02:00
parent 2fd794ea64
commit 43217c34aa

View File

@ -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
```
* Impermanence, opt-in to persistence: https://github.com/Misterio77/nix-starter-configs/tree/main#try-opt-in-persistance