diff options
author | Linnnus <[email protected]> | 2025-05-04 11:29:09 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-04 11:30:06 +0200 |
commit | 6133f133592bb9cbc2096d5297e2e3dbf31f323e (patch) | |
tree | ab878738b609c9993f35016b5002340a8553a3a4 /hosts | |
parent | 881aed628a0709e4846c1aa405745eec836213f4 (diff) |
ahmed: Allow git pushes from Ali
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/git.linus.onl/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ahmed/git.linus.onl/default.nix b/hosts/ahmed/git.linus.onl/default.nix index 24eda7f..69a4bf5 100644 --- a/hosts/ahmed/git.linus.onl/default.nix +++ b/hosts/ahmed/git.linus.onl/default.nix @@ -37,6 +37,7 @@ in { [ # The user's own SSH key is used when the Git CLI connects to the server. metadata.hosts.muhammed.sshKeys.linus + metadata.hosts.ali.sshKeys.linus ]; }; users.groups.git = {}; |