Add public key

This commit is contained in:
hodasemi 2025-06-23 11:19:04 +02:00
parent 34f04b09c0
commit 0c6a648278

View file

@ -42,6 +42,9 @@ in
home = "/home/pipeline";
description = "User used by forgejo runners to connect to this system";
extraGroups = [ "docker" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPB9tvEWgxrhK0pUs9RJrdreNX1EBxJ/nrz57qzP48Uk michaelh@michael-node"
];
};
};