{
config,
lib,
...
}:
with lib;
let
cfg = config.system;
in
options.system = {
timeZone = mkOption {
type = types.str;
default = "US/Eastern";
};
}