all repos — char/flake @ 0e76e3f24dbe2c33cc923b708b8572b80f37d0cb

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}