Greg Hellings 89460c4e21 Upgrade Immich to v2.1.0
Move to using kustomize'd helm charts to deploy it
Update the new version of the helm chart, which has very different
values structure
Move database into the db namespace
Upgrade the db to include vectorchord
Upgrade CNPG to now include barman cloud natively
Migrate databases to Barman Cloud plugin, completely
Eliminate yet another shell script step in applying my k8s config
2025-10-19 21:48:30 -05:00
2025-09-22 08:57:47 -05:00
2025-10-16 17:25:43 -05:00
2025-10-19 21:48:30 -05:00
2025-10-16 23:21:39 -05:00
2025-07-24 09:55:44 -05:00
2025-10-16 20:23:35 -05:00
2025-10-15 09:16:45 -05:00
2023-03-18 06:19:56 +00:00
2025-05-26 17:10:01 -05:00
2025-06-13 00:37:32 -05:00
2025-04-14 00:44:19 -05:00
2025-10-02 23:06:58 -05:00
2025-09-21 18:51:35 -05:00
2025-10-16 12:49:00 -05:00
2025-05-13 13:40:14 -05:00
2025-06-11 02:44:36 -05:00

This is a unified repo to contain my personal configurations for NixOS machines.

How To Use This

Go through the normal process to setup a NixOS system during installation.

  1. Boot from an appropriate medium
  2. Parition the drives
  3. Mount them
  4. Before you generate out the configuration, clone this repoistory to your /etc/nixos folder
  5. Run the configuration generator. It should only genreate the hardware-configuration.nix file, which this repo gitignores
  6. Create a folder and file with the machine name in hosts/<machine>/default.nix
  7. Add hosts/default.nix an appropriate entry for the machine you are building
  8. Create a file home/hosts/<machine>/default.nix with the new machine name as well

Adding new hosts

To add a new host, create a folder in the directory hosts/ that matches the name of the target system. Each host must contain, minimally, a default.nix file that serves as the basis of configuring that host.

S
Description
No description provided
Readme
30 MiB
Languages
Nix 87.9%
Go 3.9%
Vim Script 2.7%
Xonsh 1.8%
Lua 1.5%
Other 2.2%