impermanence-talk/template/README.md

350 B

Impermanence Example

Disk Partitioning

sudo loadkeys <keyboard_layout>
nix-shell -p git
nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk --experimental-features "nix-command flakes"
cd nixos
nix run .#install --experimental-features "nix-command flakes"

cd ..
mv nixos /persist
cd /persist/nixos