Author: eelco
Date: Mon Feb 20 16:53:44 2012
New Revision: 32431
URL: https://nixos.org/websvn/nix/?rev=32431&sc=1
Log:
* Fix incorrect default value.
Modified:
nixos/trunk/modules/services/networking/ifplugd.nix
Modified: nixos/trunk/modules/services/networking/ifplugd.nix
==============================================================================
--- nixos/trunk/modules/services/networking/ifplugd.nix Mon Feb 20 15:19:46
2012 (r32430)
+++ nixos/trunk/modules/services/networking/ifplugd.nix Mon Feb 20 16:53:44
2012 (r32431)
@@ -49,7 +49,7 @@
};
networking.interfaceMonitor.commands = mkOption {
- default = false;
+ default = "";
description = ''
Shell commands to be executed when the link status of an
interface changes. On invocation, the shell variable
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits