* Fix incorrect default value.

svn path=/nixos/trunk/; revision=32431
This commit is contained in:
Eelco Dolstra 2012-02-20 16:53:44 +00:00
parent 4e9c8d0b9d
commit 35734279ae

View File

@ -49,7 +49,7 @@ in
}; };
networking.interfaceMonitor.commands = mkOption { networking.interfaceMonitor.commands = mkOption {
default = false; default = "";
description = '' description = ''
Shell commands to be executed when the link status of an Shell commands to be executed when the link status of an
interface changes. On invocation, the shell variable interface changes. On invocation, the shell variable