1{ 2 services.openssh = { 3 settings = { 4 AllowAgentForwarding = true; 5 }; 6 7 extraConfig = '' 8 Match Address 192.168.1.0/24 9 AllowUsers * 10 ''; 11 }; 12}