fix: time zone wonky

This commit is contained in:
stitchy 2025-07-05 12:18:38 -07:00
parent c368a9bd8e
commit 77a823a15c
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -19,7 +19,7 @@
hostName = "lappy"; hostName = "lappy";
networkmanager.enable = true; networkmanager.enable = true;
}; };
time.timeZone = "America/Lost_Angeles"; time.timeZone = "America/Los_Angeles";
services.syncthing = { services.syncthing = {
enable = true; enable = true;