2024-04-07 17:34:18 +00:00
|
|
|
# Impermanence Example
|
|
|
|
|
|
|
|
## Disk Partitioning
|
|
|
|
|
|
|
|
```txt
|
2024-04-16 16:03:48 +00:00
|
|
|
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"
|
2024-04-07 19:03:57 +00:00
|
|
|
cd nixos
|
2024-04-16 16:03:48 +00:00
|
|
|
nix run .#install --experimental-features "nix-command flakes"
|
2024-04-07 19:03:57 +00:00
|
|
|
|
|
|
|
cd ..
|
|
|
|
mv nixos /persist
|
|
|
|
cd /persist/nixos
|
2024-04-07 17:34:18 +00:00
|
|
|
```
|