all repos — char/flake @ 4bbde1e2f9ebbb04dec24857c53ffc63fa4aa3cd

nixos flake

profiles/onyx/git-server.nix (view raw)

1{ ... }: {
2  services.openssh.extraConfig = ''
3    Match User git
4      ForceCommand /usr/local/bin/simple-git-ssh
5  '';
6}