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

This commit is contained in:
Jan Malakhovski 2015-07-19 16:49:23 +00:00
parent 389a0bf6cc
commit 967088e002

View file

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