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