modules/services/logging/syslogd.nix: change type of 'tty' option to "uniq string"

svn path=/nixos/trunk/; revision=27774
This commit is contained in:
Peter Simons 2011-07-14 11:35:03 +00:00
parent c630e52873
commit aec0ee107c

View File

@ -36,7 +36,7 @@ in
services.syslogd = {
tty = mkOption {
type = types.string;
type = types.uniq types.string;
default = "tty10";
description = ''
The tty device on which syslogd will print important log