about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2023-01-24T12·14-0500
committerclbot <clbot@tvl.fyi>2023-01-24T12·25+0000
commit2250c022b6d6d97d507eae543c3a3f426f54883a (patch)
tree2e8b2a903b37c3c3805ff3968e09f9e3f414bdda
parent9ecf6684526a0f82476234ee8feea56a442f6c0e (diff)
feat(grfn/yeren): set time.timeZone to Iceland r/5748
Change-Id: I656d90ece42be5b57bc0d7de1bfd978ecb266e9c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7919
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
-rw-r--r--users/grfn/system/system/machines/yeren.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/system/machines/yeren.nix b/users/grfn/system/system/machines/yeren.nix
index 847adf01e9..0ca0748095 100644
--- a/users/grfn/system/system/machines/yeren.nix
+++ b/users/grfn/system/system/machines/yeren.nix
@@ -17,6 +17,8 @@
 
   system.stateVersion = "21.03";
 
+  time.timeZone = "Iceland";
+
   boot = {
     initrd = {
       availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];