all repos — char/flake @ 8fcb2ce3a4224dd3119f778dc0302ae3cb1f4235

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}