Laptop, desktop, and home lab flake featuring Hyprland, Sway, declarative containers, a reverse proxy, and more.
Find a file
2024-08-29 21:35:30 -04:00
.github/workflows flake: onboard slateport (#94) 2024-08-22 06:21:00 -04:00
_img README.md: update features and screenshots 2024-08-15 20:46:05 -04:00
common common/wifi: add PERC east lake wifi 2024-08-29 12:55:19 -04:00
flake clean-install: prompt for host 2024-07-17 11:07:29 -04:00
homeManagerModules home/services: set PATH env vars (#103) 2024-08-29 21:04:57 -04:00
homes aly: assign betterbird to thunderbird workspaces 2024-08-29 21:06:34 -04:00
hosts mauville: improve samba permissions 2024-08-29 10:14:17 -04:00
nixosModules nixos/firefox: don't install ublock and decentraleyes 2024-08-29 15:49:03 -04:00
secrets common/wifi: add PERC east lake wifi 2024-08-29 12:55:19 -04:00
userModules aly/syncthing: share with slateport 2024-08-22 19:21:45 -04:00
.gitignore add .gitignore 2024-04-02 17:48:27 -04:00
.gitlab-ci.yml code cleanup (#47) 2024-07-18 21:05:35 -04:00
flake.lock migrate from raffauflabs flake and drop dependency (#102) 2024-08-26 18:35:57 -04:00
flake.nix migrate from raffauflabs flake and drop dependency (#102) 2024-08-26 18:35:57 -04:00
LICENSE.md hosts: add READMEs (#50) 2024-07-20 19:41:51 -04:00
README.md README.md: update inputs 2024-08-29 21:35:30 -04:00
update_fetchgit.sh flake: update fetchgit script 2024-08-18 22:45:00 -04:00

nixos

My comprehensive NixOS flake for managing my laptop, desktop, and home lab environments.

Features

  • Hyprland: Dynamic tiling Wayland compositor and window manager.
  • Stylix: Auto-gnerated base16 themes for the whole desktop.
  • Encryption: Encrypted boot drives with Secure Boot and LUKS with TPM decryption.
  • Home Lab: Media, file sharing, and more with a efficnet routing via reverse proxy.

Inputs

This flake takes a variety of upstream and third party flakes as inputs:

  • agenix: secrets storage and orchestration.
  • disko: declarative partitions and disk configuration.
  • home-manager: declarative dotfile and user package management.
  • hyprland: great dynamic tiling wayland compositor.
  • iio-hyprland: autorotate daemon for Hyprland.
  • lanzaboote: ssecure boot for NixOS.
  • nixhw: opinionated set of generic (AMD, Intel, Laptop, SSD) and specific (Framework 13, Yoga 9i, Thinkpad T440p) hardware configuration modules for NixOS.
  • nur: extra packages from the nix user repository.
  • stylix: system-wide colorscheming and typography.
  • sway: fantastic, rock-solid tiling compositor for wayland.

Outputs

  • homeManagerModules.default: app modules + everything you need for a competent Hyprland desktop (and a few others).
  • homeManagerModules.aly: my home-manager config.
  • homeManagerModules.aly-nox: my home-manager config, but for headless systems.
  • homeManagerModules.dustin: my husband's home-manager config.
  • nixosModules.common: various common modules specific to my hosts.
  • nixosModules.nixos: opinionated desktop, app, and service options.
  • nixosModules.users: basic user configuration options.

In addition, this flake outputs NixOS configuration and home-manager configurations for all of my hosts and users, respectively.

Deploying to NixOS

Each hardware configuration is host-specific. If you fork this repository, add a host configuration for your own hardware. Secrets are encrypted with agenix and will not be available without the private decryption keys.

Enabling Flakes

While widely used and considered stable, flakes are still considered experimental. To enable Flakes, add the following lines to your configuration.nix and rebuild.

nix.settings.experimental-features = [ "nix-command" "flakes" ];

Alternatively, pass --experimental-features "nix-command flakes" to nix to temporarily use flakes.

Building Flake

In order to deploy this Flake on your host, run the following command:

sudo nixos-rebuild boot --flake github:alyraffauf/nixcfg#$HOSTNAME

Substitute $HOSTNAME for whichever hostname you have chosen. Reboot to apply the flake's configuration for the chosen host.

Installing from Live USB

If you want to install NixOS from this flake, run the following commands, ideally from a NixOS live environment, providing the hostname associated with a NixOS configuration specified in flake.nix when prompted.

sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg