diff --git a/modules/config/timezone.nix b/modules/config/timezone.nix index 59b4a917ebc..5dcf38c462d 100644 --- a/modules/config/timezone.nix +++ b/modules/config/timezone.nix @@ -7,6 +7,7 @@ with pkgs.lib; time.timeZone = mkOption { default = "CET"; + type = with types; uniq string; example = "America/New_York"; description = "The time zone used when displaying times and dates."; };