This holds my .nix files for NixOS
Find a file
2023-03-30 07:50:08 -06:00
desktops Add wdisplays 2023-03-28 20:36:42 +00:00
home reorder 2023-03-30 07:45:44 -06:00
Screenshots Upload New File 2023-01-16 20:07:10 +00:00
shell Add other web files and CUDA shell 2023-03-30 07:50:08 -06:00
systems Update harbinger.nix 2023-03-20 16:55:55 +00:00
web Add other web files and CUDA shell 2023-03-30 07:50:08 -06:00
configuration.nix Update configuration.nix 2023-03-29 13:45:45 +00:00
home.nix reorder 2023-03-30 07:45:44 -06:00
programs.nix Update programs.nix 2023-01-30 21:04:06 +00:00
README.md Add other web files and CUDA shell 2023-03-30 07:50:08 -06:00
unstable.nix Update unstable.nix 2023-01-31 16:43:45 +00:00

nix-configs

This holds my .nix files for NixOS

Main Nix files: (nix-configs)

These files are for the configuration, software that I use and unstable software that I use, note that some systems like the Pinebook Pro will use a custom configuration file.

  • configuration.nix : This is the main file for the base system including some applications that I use
  • programs.nix : This file adds applications like Slack, Discord and virt-manager including turning on the services
  • unstable.nix : This file has the applications that need to be from unstable to work like ProtonVPN software

Desktop Nix files: (nix-configs/desktops/)

These files are for the desktops (DE or WM) that I use at times.

  • plasma.nix : This file is for the desktop, login manager and other KDE applications
  • gnome.nix : This file is for the desktop and login manager
  • pantheon.nix : This file is for the desktop and login manager (this removes AppCenter)

System Nix files: (nix-configs/systems/)

These files are for the systems themselves such as my Pinebook Pro, Raspberry Pi 4B or HP Omen.

Use the nixos-hardware channel for Pinebook Pro and Raspberry Pi 4:

sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
sudo nix-channel --update
  • hp-omen.nix : This file is mainly for my HP Omen to add and enable the NVIDIA driver from stable
  • linode.nix : This file is for a Linode instance though it might work for other server setups
  • sovereign.nix : This file is for the Linode instance that hosts https://stoners.space which is a Mastodon instance
  • harbinger.nix : This file is for the Linode instance that hosts the following sites:
  • oryp6.nix : This file is mainly for my work System76 Oryx Pro (oryp6) to add and enable the NVIDIA driver from stable
  • rpi4.nix : This file is to configure a Raspberry Pi 4B (Vetra Nyx)
  • pinebook-pro.nix : This file is to configure a PineBook Pro (Jaal Ama Darav)
  • pinephone.nix : This file is to configure a PinePhone (PeeBee)
  • galp3-b.nix : This file is for my personal System76 Galago Pro (galp3-b).
  • galp4.nix : This file is for my work System76 Galago Pro (galp4).

Web Nix files: (nix-configs/web/)

These files are for development such as LAMP and NGINX.

  • lamp.nix : This file is a WIP for LAMP setup.
  • ahoneybun-net.nix : This file is a basic setup for my website (ahoneybun.net).
  • hydra-ahoneybun-net.nix : This file is a NGINX reverse proxy for my Hydra server pointing to the localhost.
  • stoners-space.nix : This file is for Mastodon on my stoners.space domain, simple changes can be made for a different domain.
  • nginx-owncast.nix : This file is a NGINX reverse proxy for Owncast though it is not currently working.

Home Manager file: (nix-configs/home.nix)

This file is for using with Home Manager.

  • home.nix : This file is for settings for my user like Git name/email and other settings

Screenshots

GNOME Installation

Pantheon Installation