aboutsummaryrefslogtreecommitdiff
path: root/flake/overlays.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-15drop terraform/terranixFranck Cuny1-22/+1
2025-08-31manage terraform configuration with terranixFranck Cuny1-1/+22
All the terraform configuration is managed within one state instead of having multiple state for each components. This might not be the best practice but it simplifies things for me. Now, all I need to do is to run `nix run .#tf -- plan` and I can see what will be changed for all the resources that I care about.
2025-08-24run `goget` on `go.fcuny.net`Franck Cuny1-0/+1
2025-08-21split-up firefox configurationFranck Cuny1-0/+1
Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
2025-08-12delete LLM related stuff for nowFranck Cuny1-1/+0
2025-07-24fix configuration for work machineFranck Cuny1-0/+2
The hostname is capitalized so let's also capitalize the filename! The overlays are not under `customPackages` anymore.
2025-07-21move all profiles, modules, and flakes to top-levelFranck Cuny1-0/+0
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-0/+21
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.