mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
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 = {
|
services.syslogd = {
|
||||||
|
|
||||||
tty = mkOption {
|
tty = mkOption {
|
||||||
type = types.string;
|
type = types.uniq types.string;
|
||||||
default = "tty10";
|
default = "tty10";
|
||||||
description = ''
|
description = ''
|
||||||
The tty device on which syslogd will print important log
|
The tty device on which syslogd will print important log
|
||||||
|
Loading…
Reference in New Issue
Block a user