configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: last test

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