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 = {
users.users.christian = {
packages = with pkgs; [ vim git ];
openssh.authorizedKeys.keyFiles = [ ./pubkey ];
openssh.authorizedKeys.keyFiles = [ ./pubkey ./pubkey2 ];
};
};
}
}