From 0c6a64827879fc3e80ead2881f98f6376d8c3ca4 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 23 Jun 2025 11:19:04 +0200 Subject: [PATCH] Add public key --- dev_system.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev_system.nix b/dev_system.nix index 96c9e8f..12452ff 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -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" + ]; }; };