Add second key for user christian
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
config = {
|
||||
users.users.christian = {
|
||||
packages = with pkgs; [ vim git ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./pubkey ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./pubkey ./pubkey2 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
1
lib/users/christian/pubkey2
Normal file
1
lib/users/christian/pubkey2
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGw/gcR8uoKwreAkJMJ4ft3RzbBLtd1kisezCiImICUP christian@chevalier.lan
|
||||
Reference in New Issue
Block a user