aboutsummaryrefslogtreecommitdiff
path: root/justfile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-30fix typo in justfileFranck Cuny1-1/+1
2025-12-19add monitoringFranck Cuny1-0/+6
Run victoria metrics and grafana on rivendell. Grafana is using authelia for auth. We run some collectors on all the machines, and they publish to VM through the wireguard interface.
2025-12-14display the git SHA for the nixos version in MOTDFranck Cuny1-0/+1
2025-12-14use `just` (again) instead of custom scriptsFranck Cuny1-0/+52
2025-04-24drop justFranck Cuny1-15/+0
2025-04-24add more shell aliases for nix commandsFranck Cuny1-24/+0
2025-04-20clean up justfile and rename aliasesFranck Cuny1-58/+0
2025-04-20don't need devShellFranck Cuny1-22/+0
2025-02-28🚀 Refactor LLM config: Move to standardized templates and improve setupFranck Cuny1-2/+5
- Migrated prompts from text files to YAML templates in `.config/llm/templates/` directory - Updated fish shell aliases to use the new template system with `-t` flag instead of reading files - Enhanced justfile's `llm` target with proper Claude model setup and 1Password integration - Added `LLM_USER_PATH` environment variable for consistent configuration path - Fixed PR prompt format to better organize content and remove issue resolution section - Updated Nix configuration to support the new file structure The changes standardize our LLM prompt system and make it more maintainable, while improving the setup experience for new users. 🧰
2025-02-24🤖 Add LLM tooling and prompts for Git workflow automationFranck Cuny1-0/+5
- Add new section in README about LLM tooling installation - Create prompts directory with templates for commit and PR messages - Add new llm.nix module with: - Configuration for prompt file locations - Fish shell aliases for generating commit and PR messages using Claude 3.5 - Add `llm` recipe in justfile to install llm CLI tool and Anthropic provider - Integrate LLM module into home-manager configuration The changes introduce automation for generating high-quality commit messages and PR descriptions using AI, while keeping the prompts configurable and version controlled.
2024-12-28remove secrets and agenix since nothing uses themFranck Cuny1-7/+0
2024-12-27format justfileFranck Cuny1-64/+62
2024-12-19add a few more rules to justfileFranck Cuny1-1/+28
2024-12-19add a default recipe to justFranck Cuny1-0/+3
2024-12-16use fish in justfileFranck Cuny1-2/+2
2024-12-14add recipe to edit secretFranck Cuny1-0/+7
2024-12-09add docstring to justfileFranck Cuny1-0/+4
2024-12-09fix misconfiguration of the bootloaderFranck Cuny1-3/+7
2024-12-09move each machine into a directoryFranck Cuny1-13/+23
it will be easier to break down some configs.
2024-12-08more refactoringFranck Cuny1-6/+7
2024-12-08add targets to create virtual machinesFranck Cuny1-0/+38
2024-10-14delete a bunch of python related stuffFranck Cuny1-4/+0
2024-10-08build and deploy correctly the configuration to wildcatFranck Cuny1-2/+2
2024-10-05build and deploy configuration for remote hostFranck Cuny1-0/+6
2024-09-28for some reason the `hostname` is busted on sequoiaFranck Cuny1-2/+2
2024-08-03add a linux VM as a new hostFranck Cuny1-0/+6
The linux VM runs with UTM, and it has a very basic configuration for now.
2024-07-22add lint as a target and reformatFranck Cuny1-0/+3
2024-07-22delete github actionsFranck Cuny1-0/+4
2024-07-22remove commands from devenvFranck Cuny1-0/+3
2024-07-22add a justfileFranck Cuny1-0/+8