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

This commit is contained in:
Jan Malakhovski
2015-07-31 01:57:47 +00:00
parent 389a0bf6cc
commit 967088e002
+1
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.";
};