char/flake
nixos flake
git clone https://git.t4t.associates/char/flake
7ecac56
main
1{ ...} :{ 2services . openssh . extraConfig = '' 3Match User git 4ForceCommand /usr/local/bin/simple-git-ssh 5'' ; 6}
nixos flake
git clone https://git.t4t.associates/char/flake
7ecac56
1{ ...} :{ 2services . openssh . extraConfig = '' 3Match User git 4ForceCommand /usr/local/bin/simple-git-ssh 5'' ; 6}