.. | ||
custom | ||
libs | ||
system | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
README.md |
Impermanence Example
Disk Partitioning
nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk --extra-experimental-features "nix-command flakes"
cd nixos
nix develop .# --extra-experimental-features "nix-command flakes
nix run .#install --extra-experimental-features "nix-command flakes"
cd ..
mv nixos /persist
cd /persist/nixos