Skip to content

Commit

Permalink
Update ssh configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 31, 2023
1 parent 5f00193 commit 5d31d43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
enable = true;
controlMaster = "auto";
controlPersist = "5m";
includes = [
"config_local"
];
matchBlocks = {
"*" = {
sendEnv = [ "TMUX_DISABLED" ];
};
"astoria" = {
user = "simon";
hostname = "astoria";
Expand Down

0 comments on commit 5d31d43

Please sign in to comment.