This website requires JavaScript.
Explore
Help
Sign In
Price
/
dots
Watch
1
Star
0
Fork
0
You've already forked dots
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
628841d8ff
dots
/
hosts
/
orion
/
modules
/
services
/
timezoned.nix
5 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(nix/host/orion): enable `services.automatic-timezoned`
2024-05-27 13:18:51 -05:00
{
.
.
.
}:
{
services
.
automatic-timezoned
.
enable
=
true
;
refactor(nix/host/orion): explicitly set timezone
2024-05-29 00:50:18 -05:00
time
.
timeZone
=
"
A
m
e
r
i
c
a
/
C
h
i
c
a
g
o
"
;
}
Reference in New Issue
Copy Permalink