* Enable radvd.
svn path=/configurations/trunk/tud/; revision=26210
Eelco Dolstra committed
Mar 8, 2011 at 16:11 UTC
235e4ab4202e8008a6167a55172ebda557608def
1 file changed
+12
cartman.nix
+12
@@ -114,6 +114,18 @@ rec {
114
};
115
116
services = {
117
+
118
+ radvd = {
119
+ enable = true;
120
+ config =
121
+ ''
122
+ interface eth0 {
123
+ AdvSendAdvert on;
124
+ prefix 2002:82a1:9eb5::/64 { };
125
+ };
126
+ '';
127
+ };
128
+
129
cron = {
130
mailto = "rob.vermaas@gmail.com";
131
systemCronJobs =