Author: eelco
Date: Thu Mar 24 15:20:45 2011
New Revision: 26493
URL: https://svn.nixos.org/websvn/nix/?rev=26493&sc=1
Log:
Modified:
configurations/trunk/tud/cartman.nix
Modified: configurations/trunk/tud/cartman.nix
==============================================================================
--- configurations/trunk/tud/cartman.nix Thu Mar 24 14:30:06 2011
(r26492)
+++ configurations/trunk/tud/cartman.nix Thu Mar 24 15:20:45 2011
(r26493)
@@ -129,6 +129,7 @@
interface eth0 {
AdvSendAdvert on;
prefix 2001:610:685:1::/64 { };
+ RDNSS 2001:610:685:1::1 { };
};
'';
};
@@ -141,11 +142,10 @@
"00 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage
--max-atime $(date +\\%s -d '2 weeks ago') > /var/log/gc.log 2>&1"
"* * * * * root ${pkgs.python}/bin/python ${ZabbixApacheUpdater}
-z 192.168.1.5 -c cartman"
- # Force the 6to4 tunnel to stay alive by periodically
- # pinging ipv6.google.com. This is necessary to remain
- # reachable from the outside. There probably is a nicer
- # way.
- "*/10 * * * * root ${pkgs.iputils}/sbin/ping6 -c 1
2a00:1450:8005::93"
+ # Force the sixxs tunnel to stay alive by periodically
+ # pinging the other side. This is necessary to remain
+ # reachable from the outside.
+ "*/10 * * * * root ${pkgs.iputils}/sbin/ping6 -c 1
2001:610:600:88d::1"
];
};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits