mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
My NixOS configuration and deployment.
yodaTux | ||
.gitignore | ||
README.md |
NixOS
- There is controversy about flakes, rather use channels (e.g. with niv)
Build and Switch
Directly change to new config, make it default:
sudo nixos-rebuild -I nixos-config=yodaTux/configuration.nix switch
Install Home Manager with niv
To avoid breaking users' configurations, Home Manager is released in branches corresponding to NixOS releases (e.g.
release-23.05
).
Home Manager provides both the channel-based setup and the flake-based one.
Check your channel:
sudo nix-channel --list
#=> nixos https://nixos.org/channels/nixos-23.05
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
TODOS
- FDE remote SSH unlock: https://nixos.wiki/wiki/Remote_LUKS_Unlocking