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