@cryptotaxi247 / infra-1 / commits / f21b797d

adding garbas home ip address to the list which can ssh to nixos.org

Rok Garbas committed Feb 25, 2020 at 16:11 UTC f21b797df6eae38f0491ad0efed49793c39628fc
1 file changed +1
nixos-org/network.nix
+1
@@ -61,6 +61,7 @@ in
61 [ eelcoHome
62 eelcoEC2
63 "34.254.208.229" # == "bastion.nixos.org"
64 + garbasHome
65 ];
66 };
67