@cryptotaxi247 / infra / commits / 3bdac93c

Remove rackspace references

Rob Vermaas committed Jul 19, 2018 at 16:07 UTC 3bdac93c24110a740c81f5f9086ec1d21bf06c75
1 file changed -10
delft/common.nix
-10
@@ -59,16 +59,6 @@ with lib;
59 domain = "st.ewi.tudelft.nl";
60 };
61
62 - networking.extraHosts =
63 - ''
64 - 104.130.1.245 rackspace-01
65 - 104.130.6.26 rackspace-02
66 - 162.242.229.200 rackspace-03
67 - 162.242.234.29 rackspace-04
68 - 162.242.234.77 rackspace-05
69 - 162.242.234.78 rackspace-06
70 - '';
71 -
62 networking.firewall.enable = true;
63 networking.firewall.rejectPackets = true;
64 networking.firewall.allowPing = true;