Skip to content

Commit 680f14d

Browse files
eapolinarioclaude
andcommitted
feat(common): set timezone to America/New_York
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 467e410 commit 680f14d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/modules/common/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
];
3333
};
3434

35+
time.timeZone = "America/New_York";
36+
3537
security.sudo.wheelNeedsPassword = false;
3638

3739
fonts = {

0 commit comments

Comments
 (0)