Commit Graph
1476 Commits
Author SHA1 Message Date
Greg Hellings 9f05158524 Add moonlight to Exodus 2025-11-08 16:08:00 -06:00
Greg Hellings e8eef789d7 Update package pins 2025-11-08 16:01:21 -06:00
Greg Hellings c4119dd9b7 Move jellyfin to hardware box
Rather than running Jellyfin on a VM as before, just move the service
over to Hosea, which isn't doing anything graphical
2025-11-08 15:37:02 -06:00
Greg Hellings 3552aa0890 Support auto-launching Steam and Sunshine 2025-11-08 13:59:34 -06:00
Greg Hellings 7be09a866c Remove unwanted virt config on Zeke 2025-11-03 08:33:37 -06:00
Greg Hellings af41fd6b92 Lint yaml better 2025-11-02 23:45:16 -06:00
Greg Hellings 518c3898b6 Explicitly name excluded packages 2025-11-02 23:06:14 -06:00
Greg Hellings 1e7bf67597 Lots of formatting? 2025-11-02 22:59:43 -06:00
Greg Hellings 9c66f1ae1d Reformatting ftw 2025-11-02 22:49:57 -06:00
Greg Hellings 5e55c31019 Reformatting 2025-11-02 22:44:01 -06:00
Greg Hellings 2239dbeb45 Do not attempt aarch64-darwin builds on break 2025-11-02 22:39:48 -06:00
Greg Hellings a227302e36 Make the Gitlab Runner exclusive choices. 2025-11-02 22:33:05 -06:00
Greg Hellings e60d62ce45 Only build Darwin on Garnix 2025-10-31 00:14:41 -05:00
Greg Hellings 8e4ea37fba Install steam to Exodus. 2025-10-30 20:19:28 -05:00
Greg Hellings 90df912f1a Fix auto-mounting NFS
Since my NFS mounts are connecting across tailscale, we need to force
them to wait for the tailscaled to be connected already
2025-10-26 22:19:27 -05:00
Greg Hellings 4e5320847b Add backups for Immich
Add a nightly cron backup to push Immich backups onto the NAS
2025-10-25 01:06:31 -05:00
Greg Hellings 5e3d02843c Add kubernetes dashboard 2025-10-22 16:18:02 -05:00
Greg Hellings 3a64c364eb Fix Portainer bookmark 2025-10-22 15:45:20 -05:00
Greg Hellings 9e8e9aa514 Update tailscale module
Allow me to configure the hostname that tailscale reports
2025-10-22 15:41:04 -05:00
Greg Hellings 0bb96abdbe Add go to ivr 2025-10-21 09:59:31 -05:00
Greg Hellings 02a6004eb0 Upgrade Flux to 2.7.2 2025-10-19 21:52:57 -05:00
Greg Hellings ecf97ea72c Tailscale now needs an opaque secret
Somewhere in the definition of the Tailscale operator the configuraiton
changed from taking a basic-auth formatted secret to needing a
customized one. This makes that happen
2025-10-19 21:51:24 -05:00
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
Greg Hellings 0de9d5e002 Update bookmark set 2025-10-16 23:21:39 -05:00
Greg Hellings 6a934a7720 Fix cache key for attic 2025-10-16 23:21:14 -05:00
Greg Hellings dd731c066b Update zims 2025-10-16 20:23:35 -05:00
Greg Hellings 459889d1d2 Add compose and attic configurations
Add compose directory to store docker/podman compose files for running
on the TrueNAS box
Add attic configurations to auto-listen on all my home boxes to upload
builds
Update nix-conf to support reading from the Attic server
2025-10-16 17:25:43 -05:00
Greg Hellings 61959392e1 Ignore unneeded duplicate packages 2025-10-16 12:49:00 -05:00
Greg Hellings 0b6f269d35 Commit the progress made (so far) on fixing the zims downloader 2025-10-16 10:46:02 -05:00
Greg Hellings 6744f6ac34 Remove defaultEditor setting 2025-10-16 10:45:09 -05:00
Greg Hellings d7222f7ecf Add dev containers to VSCode 2025-10-16 00:22:24 -05:00
Greg Hellings 4716fb13c6 Add dev containers shortcut and /usr/local/bin support 2025-10-16 00:22:24 -05:00
Greg Hellings 72de86ff53 Write shell script to clean podman images 2025-10-16 00:22:24 -05:00
Greg Hellings 1797eed267 Configure uv on IVR 2025-10-16 00:22:24 -05:00
Greg Hellings 59756f1748 Update EDITOR again
This time use nixvim instead of neovim
Reference the `build.package` output for the final version with configs
and settings and all of that jazz
Set nixvim as my default editor
2025-10-15 23:31:40 -05:00
Greg Hellings b1c8bbab26 Set editor in Xonsh 2025-10-15 23:31:40 -05:00
Greg Hellings 54b3620029 Make the things better
Use transmission, which is not broken
Bump supposed version of zim meta package
Provide better passing of arguments to updater
2025-10-15 23:31:40 -05:00
Greg Hellings 245658c441 Update Isaiah Windows boot 2025-10-15 23:31:40 -05:00
Greg Hellings dae6406c45 Significant updates to zim update script
No longer silently panic when a command fails
Check that filename has changed and only run when there is a newer
filename
Write output directly to file rather than to stdout
2025-10-15 12:25:22 -05:00
Greg Hellings 9e4ff037de Clean up some build failures 2025-10-15 09:16:45 -05:00
Greg Hellings 395bd6f567 Merge branch 'main' of vm-gitlab.shire-zebra.ts.net:greg/nixos-config 2025-10-15 00:03:28 -05:00
Greg Hellings 3f587cdf8e Use restic for backups
Now that I have a working Restic backup server, use that for backups
rather than rsyncing to Synology
2025-10-15 00:02:48 -05:00
Greg Hellings 81e3364928 Merge branch 'main' of vm-gitlab.shire-zebra.ts.net:greg/nixos-config 2025-10-15 00:01:35 -05:00
Greg Hellings 16e98c44b8 Change backups to Restic 2025-10-13 21:09:27 -05:00
Greg Hellings d11ce63a98 Add Restic bookmark 2025-10-13 20:05:10 -05:00
Greg Hellings 07c0a324ab Add force allow paste 2025-10-10 22:56:11 -05:00
Greg Hellings 145f43d352 Add nas1 attic cache 2025-10-10 21:38:00 -05:00
Greg Hellings 85c6e2a4cd Merge branch 'main' of src:greg/nixos-config 2025-10-08 08:22:21 -05:00
Greg Hellings 46e290042a Merge branch 'main' of src:greg/nixos-config 2025-10-08 08:22:07 -05:00
Greg Hellings a14121563e Add pre-commit to Exodus 2025-10-02 23:06:58 -05:00