aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/nixos.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-24/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* switch to the newer version of nixfmtFranck Cuny2024-12-191-4/+8
| | | | | | `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.
* add myself to the podman groupFranck Cuny2024-12-161-1/+1
|
* set hostname and correct ssh keyFranck Cuny2024-12-091-5/+4
|
* move the configuration for hetzner under machinesFranck Cuny2024-12-081-0/+1
|
* refactor overall configurationFranck Cuny2024-12-081-0/+20
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.