diff options
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/ssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/ssh/default.nix b/hm/soispha/conf/ssh/default.nix index fcce32fd..de9b0d90 100644 --- a/hm/soispha/conf/ssh/default.nix +++ b/hm/soispha/conf/ssh/default.nix @@ -8,7 +8,7 @@ matchBlocks = { "codeberg.org" = { - # TODO:: Remove this once they fix their ipv6 config + # TODO: Remove this once they fix their ipv6 config addressFamily = "inet"; }; }; |