From 967088e00232bbd890951a1945109c42057340b5 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sun, 19 Jul 2015 16:49:23 +0000 Subject: [PATCH] nixos: let's not forget types in the timezone module --- nixos/modules/config/timezone.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/timezone.nix b/nixos/modules/config/timezone.nix index 06857139311..b9844b4adad 100644 --- a/nixos/modules/config/timezone.nix +++ b/nixos/modules/config/timezone.nix @@ -26,6 +26,7 @@ in hardwareClockInLocalTime = mkOption { default = false; + type = types.bool; description = "If set, keep the hardware clock in local time instead of UTC."; };