aboutsummaryrefslogtreecommitdiff
path: root/home/programs/ssh.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12users -> homeFranck Cuny1-0/+0
2025-07-26moved every programs under users/programsFranck Cuny1-10/+0
Configurations specific to work are managed in the work profile.
2025-07-21move user configurations to top-levelFranck Cuny1-0/+0
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-0/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-07-06add secrets and configurations for cloudflaredFranck Cuny1-1/+4
2025-04-18no control mater for githubFranck Cuny1-0/+4
2025-02-07ensure path existsFranck Cuny1-0/+5
2025-02-07store all ssh sockets under the same pathFranck Cuny1-10/+2
2025-01-31fix configuration for SAPIFranck Cuny1-3/+9
2025-01-31include SAPI's configuration if it's presentFranck Cuny1-0/+3
2024-12-27remove mention of other git serversFranck Cuny1-17/+0
2024-12-19switch to the newer version of nixfmtFranck Cuny1-5/+14
`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-18cleanup ssh match blocksFranck Cuny1-6/+6
2024-12-16refactor home-managerFranck Cuny1-0/+38
Only install what's needed for specific OSes.