2024-04-07 17:34:18 +00:00
|
|
|
# Impermanence Example
|
|
|
|
|
|
|
|
## Disk Partitioning
|
|
|
|
|
|
|
|
```txt
|
2024-04-07 19:03:57 +00:00
|
|
|
nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk --extra-experimental-features "nix-command flakes"
|
|
|
|
cd nixos
|
2024-04-15 17:10:25 +00:00
|
|
|
nix develop .# --extra-experimental-features "nix-command flakes
|
|
|
|
nix run .#install --extra-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
|
|
|
```
|