add sshkey

This commit is contained in:
Johannes Jöns 2024-02-02 12:18:13 +01:00
parent b4dfe5ac68
commit 87d9df9603

View file

@ -16,6 +16,7 @@ in {
uid = 1000;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP3pKtvhOOjG1pGJq7cVHS5uWy5IP8y1Ra/ENpmJcqOe root@zap"
];
packages = with pkgs;
[ libsForQt5.kate libsForQt5.ark ]