configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: i was wrong

+3 -2
+3 -2
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 - Match User * Address !192.168.4.0/22,!100.64.0.0/10,!127.0.0.1 25 - DenyUsers *,!git 24 + Match Address !192.168.4.0/22,!100.64.0.0/10,!127.0.0.1 25 + Match User !git 26 + DenyUsers * 26 27 ''; 27 28 28 29 system.autoUpgrade = {