nixos: let's not forget types in the timezone module

Changed files
+1
nixos
modules
config
+1
nixos/modules/config/timezone.nix
···
hardwareClockInLocalTime = mkOption {
default = false;
+
type = types.bool;
description = "If set, keep the hardware clock in local time instead of UTC.";
};