impermanence-talk/template/README.md
2024-04-16 18:03:48 +02:00

16 lines
350 B
Markdown

# Impermanence Example
## Disk Partitioning
```txt
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
```