about summary refs log tree commit diff
path: root/nix/users/fcuny (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formatFranck Cuny7 days1-1/+2
|
* switch to the newer version of nixfmtFranck Cuny7 days10-46/+93
| | | | | | `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.
* use treefmt to format all the filesFranck Cuny7 days1-2/+1
|
* sign using the key from 1passwordFranck Cuny7 days1-1/+1
|
* cleanup ssh match blocksFranck Cuny8 days1-6/+6
|
* use ssh instead of http when working on my repositoriesFranck Cuny8 days1-0/+3
|
* add overlay for the hashi toolFranck Cuny8 days1-0/+10
|
* install some tools only on work machineFranck Cuny8 days2-10/+18
|
* add support for overlays and add one for `sapi'Franck Cuny8 days1-0/+2
|
* fish defaults are fineFranck Cuny8 days1-9/+0
|
* install rustupFranck Cuny10 days1-0/+3
|
* add myself to the podman groupFranck Cuny10 days1-1/+1
|
* fix alias for ukctxFranck Cuny10 days2-8/+12
|
* enable fish integration for direnvFranck Cuny10 days1-0/+1
|
* configure the git email correctlyFranck Cuny10 days1-3/+9
| | | | | The syntax for `hasconfig' was not correct, and as a result the wrong email was selected. I verified this one is working as expected.
* update the alias to fetch the kube configFranck Cuny10 days1-1/+2
|
* some more cleanupFranck Cuny10 days2-34/+34
|
* refactor home-managerFranck Cuny10 days7-225/+273
| | | | Only install what's needed for specific OSes.
* set hostname and correct ssh keyFranck Cuny2024-12-091-5/+4
|
* move the configuration for hetzner under machinesFranck Cuny2024-12-081-0/+1
|
* fix conflictFranck Cuny2024-12-081-0/+2
|
* more refactoringFranck Cuny2024-12-081-71/+74
|
* refactor overall configurationFranck Cuny2024-12-083-0/+284
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.