diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 17:29:06 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 17:29:06 +0200 |
commit | 3a0cf8f98113bd815c8bc40c7df0059d78349e9a (patch) | |
tree | 062081ee548e0777a883227657644d776a85cf4b /hm | |
parent | fix(hm/conf/git): Update the default key to my new gpg key (diff) | |
download | nixos-config-3a0cf8f98113bd815c8bc40c7df0059d78349e9a.tar.gz nixos-config-3a0cf8f98113bd815c8bc40c7df0059d78349e9a.zip |
fix(sys/users/soispha): Add my new ssh key
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"; }; }; |