A fast installer for my personal NixOS setup.
Find a file
2025-04-09 20:53:19 -06:00
src add code for nixos-install (untested) 2025-04-09 20:53:19 -06:00
.gitignore init commit 2025-03-23 14:21:00 -06:00
Cargo.lock add Command for testing and testing for a flash drive 2025-04-09 20:22:29 -06:00
Cargo.toml add Command for testing and testing for a flash drive 2025-04-09 20:22:29 -06:00
README.md remove command with curl as this is not valid 2025-03-23 19:55:07 -06:00
shell.nix update shell file and code for curl 2025-04-09 19:55:19 -06:00

The NixOS Installer

This installer is named after my doggo Onyxia.

Starting the Installer

At the core of this installer it does the following:

  • Partition the drive of your choice using the rsfdisk crate.
  • Uses flake.nix to set certain modules depending on the system like nixos-hardware for the Pinebook Pro
  • Installs a base of NixOS (configuration.nix)

nix files are from this repo but that can be changed as needed.

This sets the hashedPassword to my own so you will need to update it to match your own as well as the username. I created the hash with this command:

mkpasswd -m sha-512