From 763835e77071f5964b622741733157817043821c Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 9 Mar 2013 06:27:27 -0500 Subject: [PATCH] Console key map: Make option uniq Signed-off-by: Shea Levy --- modules/config/i18n.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/i18n.nix b/modules/config/i18n.nix index e964b9bfb1d..0fb91771934 100644 --- a/modules/config/i18n.nix +++ b/modules/config/i18n.nix @@ -46,6 +46,7 @@ let description = " The keyboard mapping table for the virtual consoles. "; + type = types.uniq types.string; }; };