Compare commits
No commits in common. "5fe2b6de06b3d674f105ad7ef301267a3962969a" and "cc070c8c4223d4e95d9be308a8f7e021ec6a1611" have entirely different histories.
5fe2b6de06
...
cc070c8c42
1 changed files with 0 additions and 24 deletions
|
|
@ -7,28 +7,4 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh = {
|
|
||||||
enable = true;
|
|
||||||
matchBlocks = {
|
|
||||||
"*.escapeangle.com" = {
|
|
||||||
addressFamily = "inet";
|
|
||||||
};
|
|
||||||
"*.seeds.basf.net" = {
|
|
||||||
user = "u10127959";
|
|
||||||
};
|
|
||||||
"by0*" = {
|
|
||||||
hostname = "%h.eu.seeds.basf.net";
|
|
||||||
user = "u10127959";
|
|
||||||
};
|
|
||||||
"by1*" = {
|
|
||||||
hostname = "%h.eu.seeds.basf.net";
|
|
||||||
user = "u10127959";
|
|
||||||
};
|
|
||||||
"by2*" = {
|
|
||||||
hostname = "%h.na.seeds.basf.net";
|
|
||||||
user = "u10127959";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue