fix: remove deprecated matchBlocks from work profile
This commit is contained in:
@@ -44,29 +44,29 @@
|
|||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
matchBlocks = {
|
settings = {
|
||||||
"AZ-CLD-1" = {
|
"AZ-CLD-1" = {
|
||||||
hostname = "152.53.186.119";
|
HostName = "152.53.186.119";
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
"AZ-PRM-1" = {
|
"AZ-PRM-1" = {
|
||||||
hostname = "192.168.152.76";
|
HostName = "192.168.152.76";
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
"git.az-gruppe.com" = {
|
"git.az-gruppe.com" = {
|
||||||
hostname = "git.az-gruppe.com";
|
HostName = "git.az-gruppe.com";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
"code.m3ta.dev" = {
|
"code.m3ta.dev" = {
|
||||||
hostname = "code.m3ta.dev";
|
HostName = "code.m3ta.dev";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user