feat: add support for changing the timezone in the container

This commit is contained in:
TECHNOFAB 2024-10-27 18:05:57 +01:00
parent 01c163c081
commit 67d14dbbe9
No known key found for this signature in database
GPG key ID: D06FBA11BA6FF836
3 changed files with 20 additions and 1 deletions

View file

@ -87,5 +87,15 @@
}
];
};
timezone = {
name = "Timezone";
description = ''
Content of the TZ environment variable.
'';
default = "";
order = 8;
type = "string";
mutable = true;
};
};
}