mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
First Rust rewrite release! 🎉
This commit is contained in:
parent
14b8ada912
commit
aebb38df61
9 changed files with 1389 additions and 15 deletions
36
README.md
36
README.md
|
@ -2,30 +2,36 @@
|
|||
|
||||
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 Disko
|
||||
- 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
|
||||
- Uses home-manager to manage settings for GNOME (current desktop) and other applications for my user
|
||||
- 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.
|
||||
|
||||
Tested on the following drives:
|
||||
- SATA
|
||||
- NVMe
|
||||
|
||||
Tested on the following architectures:
|
||||
- x86_64
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
1. Boot from a live disk of NixOS (ideally the minimal image)
|
||||
2. Connect to network
|
||||
3. Download from the releases page using curl
|
||||
|
||||
```bash
|
||||
curl $PATH
|
||||
```
|
||||
|
||||
## Older Bash installer
|
||||
|
||||
```bash
|
||||
sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh)
|
||||
```
|
||||
|
||||
# Development
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue