mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
add README
This commit is contained in:
parent
3e2ac09e37
commit
db898d510d
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# The NixOS Installer
|
||||||
|
|
||||||
|
This installer is named after my doggo Onyxia.
|
||||||
|
|
||||||
|
## Starting the Installer
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
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](https://gitlab.com/ahoneybun/nix-configs/) 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:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mkpasswd -m sha-512
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue