configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: only allow git user, not group

id assume this is possibly a security risk if a user was accidentally added to the git group, albeit a very unlikely risk since you'd still need the private key, i may just be stupid

-1
-1
hosts/bluepill/modules/tangled.nix
··· 21 21 enable = lib.mkForce true; 22 22 ports = [2222]; 23 23 settings.AllowUsers = ["git"]; 24 - settings.AllowGroups = ["git"]; 25 24 }; 26 25 }; 27 26 }