configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: idk what im doing anymore

+1
+1
hosts/bluepill/default.nix
··· 21 21 22 22 services.openssh.extraConfig = '' 23 23 # For all users except git, only allow from LAN and Tailscale 24 + AllowUsers git 24 25 Match User *,!git 25 26 AllowUsers *@192.168.4.0/22 *@100.64.0.0/10 *@127.0.0.1 26 27 '';