about summary refs log tree commit diff stats
path: root/sys/users/default.nix
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 /sys/users/default.nix
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 '')
-rw-r--r--sys/users/default.nix3
1 files changed, 2 insertions, 1 deletions
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"
         ];
       };
     };