| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 21 hours | adding a new VM for testing | Franck Cuny | 1 | -21/+12 | |
| Re-key all the secrets. | |||||
| 46 hours | update documentation for creating an ISO | Franck Cuny | 1 | -0/+10 | |
| 47 hours | enable postgresql + backups | Franck Cuny | 1 | -1/+10 | |
| 9 days | simplify secrets management with dynamic public key generation | Franck Cuny | 1 | -4/+15 | |
| 2025-12-13 | update builders configuration | Franck Cuny | 1 | -0/+7 | |
| 2025-11-28 | the VM on the synology was reinstalled | Franck Cuny | 1 | -1/+6 | |
| All the secrets were re-keyed. | |||||
| 2025-11-23 | simplify the configuration | Franck Cuny | 1 | -0/+108 | |
| 2024-12-21 | convert org file to markdown | Franck Cuny | 1 | -33/+0 | |
| 2024-12-16 | doc | Franck Cuny | 1 | -1/+1 | |
| 2024-12-16 | add some notes about secrets | Franck Cuny | 1 | -0/+26 | |
| 2024-12-15 | run `ddns-updater' on `vm-synology' | Franck Cuny | 1 | -0/+7 | |
| It has a small UI and the configuration with the secrets is managed with `agenix'. | |||||
| 2023-03-03 | meta: convert README from org-mode to markdown | Franck Cuny | 1 | -29/+0 | |
| 2022-11-07 | ci: replace GitHub actions with drone | Franck Cuny | 1 | -0/+2 | |
| 2022-10-22 | feat(templates): add a template for rust | Franck Cuny | 1 | -0/+5 | |
| To use it, run: ``` nix flake init -t github:fcuny/world#rust ``` | |||||
| 2022-09-22 | ref(home-manager): don't use home-manager when building the host | Franck Cuny | 1 | -1/+16 | |
| When rebuilding the host (through `nixos-rebuild switch --flake`) I don't want to rebuild also my home-manager configuration. I want these to be two different steps. I rebuild the home-manager configuration more frequently and it's a waste of time and CPU to rebuild the world every time. This is a pretty large refactoring: - move checks back into the flake: if I modify a check, the configuration for `pre-commits` is not regenerated, as the file with the checks is not monitored with `direnv` (I could probably configure it for it, but not now) - remove `home.nix` from the host level configuration - introduce a `mkHomeManagerConfiguration` function to manage the different user@host - fix a warning with the rust overlay | |||||
| 2022-04-09 | remove `mkHome` from lib | Franck Cuny | 1 | -6/+1 | |
| home-manager configuration is used as a module, we don't have two different ways to configure the host anymore. | |||||
| 2022-02-21 | docs: commands to run | Franck Cuny | 1 | -0/+11 | |
| 2022-02-07 | Add README.org, LICENSE.txt | Franck Cuny | 1 | -0/+1 | |
