about summary refs log tree commit diff
path: root/nix/machines (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to the newer version of nixfmtFranck Cuny6 days13-72/+159
| | | | | | `nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository.
* enable per repository hooksFranck Cuny9 days1-1/+1
| | | | | | See https://gitolite.com/gitolite/cookbook#adding-your-own-update-hooks for more details.
* some more cleanupFranck Cuny10 days1-0/+1
|
* move gitotlite to vm-synologyFranck Cuny10 days3-1/+155
|
* run `ddns-updater' on `vm-synology'Franck Cuny10 days2-1/+22
| | | | | It has a small UI and the configuration with the secrets is managed with `agenix'.
* fix misconfiguration of the bootloaderFranck Cuny2024-12-094-5/+12
|
* move each machine into a directoryFranck Cuny2024-12-0910-11/+13
| | | | it will be easier to break down some configs.
* set hostname and correct ssh keyFranck Cuny2024-12-094-5/+13
|
* move the configuration for hetzner under machinesFranck Cuny2024-12-083-1/+227
|
* more refactoringFranck Cuny2024-12-085-33/+42
|
* refactor overall configurationFranck Cuny2024-12-086-0/+212
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.