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."; };