From 84db8ba80260f86a3e463a4a39e601911fce1940 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Tue, 29 Aug 2023 12:33:52 -0600 Subject: [PATCH] [NixOS] Use tzupdate in wsl --- nixos/wsl.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/wsl.nix b/nixos/wsl.nix index 149bac9b..e2c17a32 100644 --- a/nixos/wsl.nix +++ b/nixos/wsl.nix @@ -8,6 +8,9 @@ makeEnable config "modules.wsl" false { modules.desktop.enable = false; modules.xmonad.enable = false; + # Update timezone automatically + services.tzupdate.enable = true; + wsl = { enable = true; automountPath = "/mnt";