A fast installer for my personal NixOS setup.
Find a file
Aaron Honeycutt 7814bcaaf1 Add wget
2022-06-06 23:55:23 +00:00
.gitlab-ci.yml Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2021-12-29 18:45:36 +00:00
configuration.nix Add wget 2022-06-06 23:55:23 +00:00
install.sh Update install.sh 2022-06-06 19:44:20 +00:00
plasma.nix Add Kalendar 2022-06-06 22:16:00 +00:00
programs.nix Add Discord and Slack 2022-06-03 01:53:58 +00:00
README.md Update README.md 2022-06-06 22:42:13 +00:00
setup.sh Update setup.sh 2022-05-19 15:26:08 +00:00

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
  • Installs Plasma
  • Installs needed packages

Files:

  • configuration.nix : This is the main file for the base system including some applications that I use
  • plasma.nix : This file is for the desktop, login manager and other KDE applications

Tested on the following drives:

  • SATA
  • NVMe

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:

sudo mkpasswd -m sha-512

Get Started

Prerequisites:

  • Prepare an installation medium.
  • Boot the live environment.
  • Connect to internet.

Connect to internet

https://nixos.org/manual/nixos/stable/index.html#sec-installation-booting-networking

Start the installer

curl https://gitlab.com/ahoneybun/nixos-cli-installer/-/raw/main/install.sh > install.sh; sh install.sh

The following will happen:

  • Clear partition table for /dev/***.
  • Creates a GPT partition table for /dev/***.
  • Create a +512M EFI partiton at /dev/***1.
  • Create a encrypted LVM at /dev/***2.
  • Create a swap partition in the LVM and sets it as the same size as the RAM for hibernation if requested.
  • Create a root partition in the LVM.
  • Install systemd-boot.

After Installation ...

...

Roadmap

Possible Ideas