summary refs log tree commit diff
path: root/profiles/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/ssh.nix')
-rw-r--r--profiles/ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/ssh.nix b/profiles/ssh.nix
index 4c12cc7..49917f9 100644
--- a/profiles/ssh.nix
+++ b/profiles/ssh.nix
@@ -15,7 +15,7 @@
         AuthenticationMethods publickey
         StreamLocalBindUnlink yes
 
-        AllowUsers tzlil
+        AllowUsers tzlil git
       '';
       settings = {
         permitRootLogin = "no";