mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
ssh include for pu-state
This commit is contained in:
parent
9079910f7c
commit
b3e9d9a89e
1 changed files with 6 additions and 0 deletions
|
|
@ -42,4 +42,10 @@ in
|
|||
vanjaram-run
|
||||
pu
|
||||
];
|
||||
|
||||
# pu writes per-instance ssh_config files under ~/.pu-state/<name>/.
|
||||
# Including them lets `ssh <name>` work directly without `pu connect`.
|
||||
home-manager.users.${flake.config.me.username}.programs.ssh.includes = [
|
||||
"~/.pu-state/*/ssh_config"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue