From 77a823a15cd4e9b9fbe515e3c6bcd577e62fe85a Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 5 Jul 2025 12:18:38 -0700 Subject: [PATCH] fix: time zone wonky --- hosts/lappy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix index 38d6ad2..804b59f 100644 --- a/hosts/lappy/default.nix +++ b/hosts/lappy/default.nix @@ -19,7 +19,7 @@ hostName = "lappy"; networkmanager.enable = true; }; - time.timeZone = "America/Lost_Angeles"; + time.timeZone = "America/Los_Angeles"; services.syncthing = { enable = true;