all repos — char/flake @ 7a91ec42777d273c6f192cfb01e0f63aa45a4f7c

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}