mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-20 21:58:06 +01:00
update README
This commit is contained in:
parent
2fd794ea64
commit
43217c34aa
31
README.md
31
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
|
||||
```
|
||||
* Impermanence, opt-in to persistence: https://github.com/Misterio77/nix-starter-configs/tree/main#try-opt-in-persistance
|
||||
|
Loading…
Reference in New Issue
Block a user