diff options
author | Linnnus <[email protected]> | 2025-03-27 20:40:19 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-27 20:40:19 +0100 |
commit | c357b1dc4afe4da95a3651f8a922b97a7e67c141 (patch) | |
tree | a5227cd648aafbff631c994c07e01598a465ac9f | |
parent | 1b04aa1c4c8bcd6cee608420543b154b4435ee24 (diff) |
ahmed: Allow remote builds from ali
-rw-r--r-- | hosts/ahmed/remote-builder/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ahmed/remote-builder/default.nix b/hosts/ahmed/remote-builder/default.nix index 1bb85f6..e085e43 100644 --- a/hosts/ahmed/remote-builder/default.nix +++ b/hosts/ahmed/remote-builder/default.nix @@ -14,6 +14,7 @@ # This is matched with the ssh config IdentityFile on the client-side. # TODO: Use root key! metadata.hosts.muhammed.sshKeys.linus + metadata.hosts.ali.sshKeys.root ]; }; users.groups.remotebuilder = {}; |