fix: force ipv4 for *.escapeangle.com on ssh
This is a temporary fix; once hosting-01 has its proper ipv6 address assigend this will no longer be necessary. Upcoming refactor should fix this. Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
3fcde9d5f7
commit
5fe2b6de06
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*.escapeangle.com" = {
|
||||
addressFamily = "inet";
|
||||
};
|
||||
"*.seeds.basf.net" = {
|
||||
user = "u10127959";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue