@cryptotaxi247 / infra / commits / 0d6ebf83

Disable radvd for now

Eelco Dolstra committed Feb 18, 2014 at 11:01 UTC 0d6ebf8333a2d2f7e36db7d7cae06353ca3311c0
1 file changed +1 -1
delft/wendy.nix
+1 -1
@@ -62,7 +62,7 @@ with pkgs.lib;
62 [ "15 4 * * * root cp -v /var/backup/postgresql/* /backup/wendy/postgresql/ &> /var/log/backup-db.log"
63 ];
64
65 - services.radvd.enable = true;
65 + services.radvd.enable = false;
66 services.radvd.config =
67 ''
68 interface ${config.system.build.mainPhysicalInterface} {