Go to file
2024-04-08 21:51:09 +02:00
template updated 2024-04-08 21:51:09 +02:00
.gitignore initial commit 2024-04-07 19:34:18 +02:00
flake.lock initial commit 2024-04-07 19:34:18 +02:00
flake.nix initial commit 2024-04-07 19:34:18 +02:00
README.md allow for legacy boot 2024-04-08 21:15:33 +02:00

Impermanence Talk

Start a NixOS setup with Impermanence

  1. Create the configuration with the template nix-shell -p git nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk#default --extra-experimental-features "nix-command flakes" cd nixos nix develop --extra-experimental-features "nix-command flakes" [CHANGE SETTINGS] sudo disko --mode disko ./systems/disko.nix [ENTER PASSWORD FOR ENCRYPTION] cd .. sudo mv nixos /mnt/persist cd nixos /mnt/persist/nixos

    sudo nixos-generate-config --no-filesystems --force --root /mnt --dir ./system sudo nixos-install --no-root-password --root /mnt --flake .#default