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:
commit
a0a8cccde9
@ -26,6 +26,7 @@ in
|
|||||||
|
|
||||||
hardwareClockInLocalTime = mkOption {
|
hardwareClockInLocalTime = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
|
type = types.bool;
|
||||||
description = "If set, keep the hardware clock in local time instead of UTC.";
|
description = "If set, keep the hardware clock in local time instead of UTC.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user