all repos — char/flake @ a06de3cc72b30d3460a2dd3c88f75a3a738b6010

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}