aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/nixos.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-24/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2024-12-19switch to the newer version of nixfmtFranck Cuny1-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.
2024-12-16add myself to the podman groupFranck Cuny1-1/+1
2024-12-09set hostname and correct ssh keyFranck Cuny1-5/+4
2024-12-08move the configuration for hetzner under machinesFranck Cuny1-0/+1
2024-12-08refactor overall configurationFranck Cuny1-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.