diff options
author | Linnnus <[email protected]> | 2025-03-16 13:06:43 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-16 13:06:43 +0000 |
commit | 751154542cfbc08b8706ed8357bee9fb3952551e (patch) | |
tree | 1b365baded605645b4889e257fde38740d0a0c10 /hosts/ahmed/remote-builder | |
parent | 617dd624903cdb23951f1484c19bc1574b10fa74 (diff) |
ahmed: Allow omar to do remote builds
Diffstat (limited to 'hosts/ahmed/remote-builder')
-rw-r--r-- | hosts/ahmed/remote-builder/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/ahmed/remote-builder/default.nix b/hosts/ahmed/remote-builder/default.nix index 1432b11..63031a6 100644 --- a/hosts/ahmed/remote-builder/default.nix +++ b/hosts/ahmed/remote-builder/default.nix @@ -11,7 +11,10 @@ # Allow SSH connections by the Nix client. # This is matched with the ssh config IdentityFile on the client-side. - openssh.authorizedKeys.keys = [metadata.hosts.muhammed.sshPubKey]; + openssh.authorizedKeys.keys = [ + metadata.hosts.muhammed.sshPubKey + metadata.hosts.omar.sshPubKey + ]; }; users.groups.remotebuilder = {}; |