summaryrefslogtreecommitdiff
path: root/hosts/ahmed/remote-builder
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-25 12:50:29 +0100
committerLinnnus <[email protected]>2025-03-25 12:50:29 +0100
commite26a65beca905cf44e1b02633f67d213ae3a84b6 (patch)
tree093874542e1a473ca2fc90f01e1a97e30044ed9c /hosts/ahmed/remote-builder
parent65941bf84c62a02a97c68e5f67851f355309c1e2 (diff)
Refactor metadata.toml
Diffstat (limited to 'hosts/ahmed/remote-builder')
-rw-r--r--hosts/ahmed/remote-builder/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/ahmed/remote-builder/default.nix b/hosts/ahmed/remote-builder/default.nix
index 50f9595..1bb85f6 100644
--- a/hosts/ahmed/remote-builder/default.nix
+++ b/hosts/ahmed/remote-builder/default.nix
@@ -10,9 +10,10 @@
group = "remotebuilder";
# 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
+ # This is matched with the ssh config IdentityFile on the client-side.
+ # TODO: Use root key!
+ metadata.hosts.muhammed.sshKeys.linus
];
};
users.groups.remotebuilder = {};