* Fix incorrect default value.
svn path=/nixos/trunk/; revision=32431
This commit is contained in:
parent
4e9c8d0b9d
commit
35734279ae
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user