Personal Nixos configurations
Find a file
Chris Kruining e26e25b566
Change observability service ports and add Arrtrix content management
- Update ports for Alloy, Grafana, Loki, Prometheus, Promtail, Tempo,
  and
  Uptime Kuma to new ranges
- Add Arrtrix content management commands and subscriptions
- Implement Radarr and Sonarr client logic for movie and series
  management
- Add matrix commands for download and subscription management
- Add subscription repository with database schema and logic
- Update Arrtrix config and example config for content section
- Update help text and command processor to include new commands
- Update vendor hash for Arrtrix package
2026-04-16 10:41:16 +02:00
.forgejo/workflows kaas 2025-12-06 16:42:06 +00:00
.jq Update user scripts and table formatting 2026-02-17 15:39:55 +01:00
.just Add arrtrix Matrix bridge service and package scaffolding 2026-04-16 07:46:45 +02:00
homes/x86_64-linux . 2025-12-06 16:41:50 +00:00
lib lets actually commit for once... 2025-11-20 00:05:34 +01:00
logs Add arrtrix Matrix bridge service and package scaffolding 2026-04-16 07:46:45 +02:00
modules Change observability service ports and add Arrtrix content management 2026-04-16 10:41:16 +02:00
packages Change observability service ports and add Arrtrix content management 2026-04-16 10:41:16 +02:00
script Add arrtrix Matrix bridge service and package scaffolding 2026-04-16 07:46:45 +02:00
shells/default . 2026-02-01 20:02:08 +01:00
systems Change observability service ports and add Arrtrix content management 2026-04-16 10:41:16 +02:00
.editorconfig Refactor arrtrix webhook to use fixed path and remove legacy config 2026-04-16 09:47:00 +02:00
.envrc feat: set up clan cli 2025-11-04 13:30:34 +01:00
.gitattributes Refactor arrtrix webhook to use fixed path and remove legacy config 2026-04-16 09:47:00 +02:00
.gitignore next iteration for forgejo runners 2025-09-08 16:18:02 +02:00
.justfile feat: jq just became a 1M times cooler! 2025-12-11 16:49:45 +01:00
.sops.yaml . 2026-02-01 20:02:08 +01:00
flake.lock chore: update dependencies 2026-04-05 12:36:49 +00:00
flake.nix . 2025-12-06 16:41:50 +00:00
LICENSE.md right, that makes sense 2025-07-31 19:40:43 +02:00
README.md alright, figured out the build command I need 2025-07-31 20:25:28 +02:00
sabnzbd.ini feat: jq just became a 1M times cooler! 2025-12-11 16:49:45 +01:00

My nix flake for my systems

Commands

Show the output of the flake

nix flake show

Create install iso

nix build .#install-isoConfigurations.minimal

Inpirations