onyx: add simple-git-ssh
Charlotte Som charlotte@som.codes
Thu, 23 Apr 2026 18:07:13 +0100
2 files changed,
7 insertions(+),
0 deletions(-)
A
profiles/onyx/git-server.nix
@@ -0,0 +1,6 @@
+{ ... }: { + services.openssh.extraConfig = '' + Match User git + ForceCommand /usr/local/bin/simple-git-ssh + ''; +}