From aec0ee107c2c972600b684f7034c9cdd984351ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Jul 2011 11:35:03 +0000 Subject: [PATCH] modules/services/logging/syslogd.nix: change type of 'tty' option to "uniq string" svn path=/nixos/trunk/; revision=27774 --- modules/services/logging/syslogd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/logging/syslogd.nix b/modules/services/logging/syslogd.nix index f6eb914b66e7..b600d353fe5d 100644 --- a/modules/services/logging/syslogd.nix +++ b/modules/services/logging/syslogd.nix @@ -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