Merge pull request #9059 from oxij/trivial-nixos-fix

[trivial] nixos: let's not forget types in the timezone module
This commit is contained in:
Eelco Dolstra 2015-07-31 04:01:52 +02:00
commit a0a8cccde9

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