about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-12 17:29:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-12 17:29:06 +0200
commit3a0cf8f98113bd815c8bc40c7df0059d78349e9a (patch)
tree062081ee548e0777a883227657644d776a85cf4b /hm
parentfix(hm/conf/git): Update the default key to my new gpg key (diff)
downloadnixos-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.nix2
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";
       };
     };