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";