* Make sure time.timeZone can only be defined once.
This commit is contained in:
parent
055eae2a58
commit
df124ebc89
@ -7,6 +7,7 @@ with pkgs.lib;
|
|||||||
|
|
||||||
time.timeZone = mkOption {
|
time.timeZone = mkOption {
|
||||||
default = "CET";
|
default = "CET";
|
||||||
|
type = with types; uniq string;
|
||||||
example = "America/New_York";
|
example = "America/New_York";
|
||||||
description = "The time zone used when displaying times and dates.";
|
description = "The time zone used when displaying times and dates.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user