ADDED timezone

This commit is contained in:
kenji
2025-12-24 16:28:47 +00:00
parent 66f6ae06d7
commit eb9d3f2d16
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{myConfig, ...}: {
time.timeZone = myConfig.nixos.timezone;
}