From 8555ae590588010b9b7fc23b3cba1866f5858962 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 31 Dec 2024 20:58:39 +0000 Subject: [PATCH] Set timezone --- nixos/machines/wsl/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/machines/wsl/configuration.nix b/nixos/machines/wsl/configuration.nix index 1566c59..9857734 100644 --- a/nixos/machines/wsl/configuration.nix +++ b/nixos/machines/wsl/configuration.nix @@ -51,6 +51,8 @@ [ ]; + time.timeZone = "America/Kentucky/Louisville"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave