Add SSH configuration management via nix
- Create modules/ssh.nix with all host configurations - Import SSH module in flake.nix homeConfiguration - Manage SSH config declaratively through home-manager 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cfc978c267
commit
2f096d9935
2 changed files with 61 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
./modules/nvim.nix
|
||||
./modules/tmux.nix
|
||||
./modules/zsh.nix
|
||||
./modules/ssh.nix
|
||||
];
|
||||
|
||||
home.username = "yanlin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue