From 3a0cf8f98113bd815c8bc40c7df0059d78349e9a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 17:29:06 +0200 Subject: fix(sys/users/soispha): Add my new ssh key --- hm/soispha/conf/ssh/default.nix | 2 +- 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" ]; }; }; -- cgit 1.4.1