Configure ssh to always use IPv4
This commit is contained in:
parent
ada82a3768
commit
e13c7f7b88
1 changed files with 7 additions and 0 deletions
|
|
@ -78,6 +78,13 @@
|
|||
init.defaultBranch = "master";
|
||||
};
|
||||
};
|
||||
ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
# Force IPv4 otherwise git will try to use IPv6 which doesn't play well through a VPN
|
||||
AddressFamily inet
|
||||
'';
|
||||
};
|
||||
rofi = {
|
||||
enable = true;
|
||||
theme = "gruvbox-dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue