16 lines
350 B
Markdown
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
|
|
```
|