char/flake

nixos flake

git clone https://git.t4t.associates/char/flake

Charlotte Somonyx: add simple-git-ssh7ecac56

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