Add second key for user christian

This commit is contained in:
Christian
2023-09-20 18:22:52 +02:00
parent 4d04b12d5f
commit ba85575211
2 changed files with 3 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
config = { config = {
users.users.christian = { users.users.christian = {
packages = with pkgs; [ vim git ]; packages = with pkgs; [ vim git ];
openssh.authorizedKeys.keyFiles = [ ./pubkey ]; openssh.authorizedKeys.keyFiles = [ ./pubkey ./pubkey2 ];
}; };
}; };
} }

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGw/gcR8uoKwreAkJMJ4ft3RzbBLtd1kisezCiImICUP christian@chevalier.lan