mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 03:23:01 -06:00
25 lines
767 B
Markdown
25 lines
767 B
Markdown
# The NixOS Installer
|
|
|
|
This installer is named after my doggo Onyxia.
|
|
|
|
At the core of this installer it does the following:
|
|
|
|
- Partition the drive of your choice
|
|
- Installs a base of NixOS (`configuration.nix`)
|
|
- Installs needed packages for certain hardware
|
|
- Installs home-manager, sets the home.nix file into /etc/nixos/ so that it is updated with the rest of the system
|
|
|
|
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
|
|
```
|