tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: idk what im doing anymore
devins.page
1 month ago
449a9b94
1015ee03
+1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
default.nix
+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
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
'';