From c60e09c164077b3096aa8df50f35dbd5684d5a33 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 16 Aug 2023 17:35:19 +0200 Subject: [PATCH] update README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 9709844..9d772b1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Build and Switch +* https://nixos.wiki/wiki/Nixos-rebuild + Directly change to new config, make it default: ```shell @@ -31,3 +33,24 @@ Use the corresponding branch: niv add nix-community/home-manager -n home-manager -b release-23.05 ``` +## disko and nixos-anywhere + +* Introductive presentation: https://pad.lassul.us/cccamp-workshop +* disko: https://github.com/nix-community/disko +* nixos-anywhere: https://github.com/numtide/nixos-anywhere/ + +**TODO** + +## General Notes + +### Thesis + +There are two (?) theses about Nix. One is https://edolstra.github.io/pubs/phd-thesis.pdf + +### Search for packages + +* https://search.nixos.org/packages?channel=23.05 + +## TODOS + +* FDE remote SSH unlock: https://nixos.wiki/wiki/Remote_LUKS_Unlocking \ No newline at end of file