forked from colonelpanic/dotfiles
[NixOS] Use tzupdate in wsl
This commit is contained in:
parent
6cf2d8eb61
commit
84db8ba802
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user