mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
feat: add support for changing the timezone in the container
This commit is contained in:
parent
01c163c081
commit
67d14dbbe9
3 changed files with 20 additions and 1 deletions
|
|
@ -87,5 +87,15 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
timezone = {
|
||||
name = "Timezone";
|
||||
description = ''
|
||||
Content of the TZ environment variable.
|
||||
'';
|
||||
default = "";
|
||||
order = 8;
|
||||
type = "string";
|
||||
mutable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue