fix 25.11 deprecations
This commit is contained in:
parent
dd70b4ba81
commit
10cb42ba21
2 changed files with 26 additions and 9 deletions
|
|
@ -20,7 +20,21 @@ in
|
|||
Host *
|
||||
SetEnv TERM=xterm-256color
|
||||
'';
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "no";
|
||||
compression = false;
|
||||
serverAliveInterval = 0;
|
||||
serverAliveCountMax = 3;
|
||||
hashKnownHosts = false;
|
||||
userKnownHostsFile = "~/.ssh/known_hosts";
|
||||
controlMaster = "no";
|
||||
controlPath = "~/.ssh/master-%r@%n:%p";
|
||||
controlPersist = "no";
|
||||
};
|
||||
|
||||
# EXTERNAL
|
||||
"github.com" = lib.mkIf (hasSecret "nix2github") {
|
||||
identityFile = age.secrets.nix2github.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue