[NixOS] Use tzupdate in wsl

This commit is contained in:
Kat Huang 2023-08-29 12:33:52 -06:00
parent 6cf2d8eb61
commit 84db8ba802

View File

@ -8,6 +8,9 @@ makeEnable config "modules.wsl" false {
modules.desktop.enable = false; modules.desktop.enable = false;
modules.xmonad.enable = false; modules.xmonad.enable = false;
# Update timezone automatically
services.tzupdate.enable = true;
wsl = { wsl = {
enable = true; enable = true;
automountPath = "/mnt"; automountPath = "/mnt";