Update ssh to make it future proof
This commit is contained in:
@@ -5,7 +5,12 @@ in
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = true;
|
||||
enableDefaultConfig = false;
|
||||
|
||||
matchBlocks."*" = {
|
||||
compression = true;
|
||||
serverAliveInterval = 60;
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
Host git.nickr.eu
|
||||
|
||||
Reference in New Issue
Block a user