nixos: let's not forget types in the timezone module
Jan Malakhovski 10 years ago 967088e0 389a0bf6
··· 26 26 27 27 hardwareClockInLocalTime = mkOption { 28 28 default = false; 29 29 + type = types.bool; 29 30 description = "If set, keep the hardware clock in local time instead of UTC."; 30 31 }; 31 32