Add second key for user christian
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
config = {
|
||||
users.users.christian = {
|
||||
packages = with pkgs; [ vim git ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./pubkey ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./pubkey ./pubkey2 ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user