configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: idk if this will work

+3 -3
+3 -3
hosts/bluepill/default.nix
··· 20 20 networking.useNetworkd = true; 21 21 22 22 services.openssh.extraConfig = '' 23 - # for all users other than git, only allow from lan and Tailscale 24 - Match User *,!git Address !192.168.4.0/22,!100.64.0.0/10,!127.0.0.1 25 - DenyUsers * 23 + # For all users except git, only allow from LAN and Tailscale 24 + Match User *,!git 25 + AllowUsers *@192.168.4.0/22 *@100.64.0.0/10 *@127.0.0.1 26 26 ''; 27 27 28 28 system.autoUpgrade = {