Add Rackspace host names
Eelco Dolstra committed
Sep 3, 2014 at 19:02 UTC
aaf34ef9b225ef8c40d04931ac12767ce6f251b8
1 file changed
+10
delft/common.nix
+10
@@ -74,6 +74,16 @@ with pkgs.lib;
74
domain = "st.ewi.tudelft.nl";
75
};
76
77
+ networking.extraHosts =
78
+ ''
79
+ 104.130.1.245 rackspace-01
80
+ 104.130.6.26 rackspace-02
81
+ 162.242.229.200 rackspace-03
82
+ 162.242.234.29 rackspace-04
83
+ 162.242.234.77 rackspace-05
84
+ 162.242.234.78 rackspace-06
85
+ '';
86
+
87
networking.firewall.enable = true;
88
networking.firewall.rejectPackets = true;
89
networking.firewall.allowPing = true;