diff options
Diffstat (limited to 'hosts/ahmed/remote-builder/default.nix')
-rw-r--r-- | hosts/ahmed/remote-builder/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/ahmed/remote-builder/default.nix b/hosts/ahmed/remote-builder/default.nix index 63031a6..50f9595 100644 --- a/hosts/ahmed/remote-builder/default.nix +++ b/hosts/ahmed/remote-builder/default.nix @@ -13,7 +13,6 @@ # This is matched with the ssh config IdentityFile on the client-side. openssh.authorizedKeys.keys = [ metadata.hosts.muhammed.sshPubKey - metadata.hosts.omar.sshPubKey ]; }; users.groups.remotebuilder = {}; |