diff options
-rw-r--r-- | hm/soispha/conf/ssh/default.nix | 2 | ||||
-rw-r--r-- | sys/users/default.nix | 3 |
2 files changed, 3 insertions, 2 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"; }; }; diff --git a/sys/users/default.nix b/sys/users/default.nix index 365ffd41..46e489a3 100644 --- a/sys/users/default.nix +++ b/sys/users/default.nix @@ -15,6 +15,7 @@ in { description = lib.mdDoc "Hashed password for the user"; }; }; + config = { # I was told, that this solves some nasty problems: programs.zsh.enable = true; @@ -36,7 +37,7 @@ in { ]; uid = 1000; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBFuTNNn71Rhfnop2cdz3r/RhWWlCePnSBOhTBbu2ME soispha" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIME4ZVa+IoZf6T3U08JG93i6QIAJ4amm7mkBzO14JSkz" ]; }; }; |