modules/services/logging/syslogd.nix: change type of 'tty' option to "uniq string"
svn path=/nixos/trunk/; revision=27774
This commit is contained in:
parent
c630e52873
commit
aec0ee107c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user