This commit is contained in:
biscuit
2025-05-20 21:36:34 -05:00
parent de69800662
commit 36222bdb63
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
{ ... }: {
time.timeZone = "America/Chicago";
{timezone, ... }: {
time.timeZone = "${timezone}";
}