symlink /etc/localtime was broken, /etc/localtime now points to a location in tzdata in stead of glibc
This commit is contained in:
parent
d67d3b5b6a
commit
28f3d02c29
@ -31,7 +31,7 @@ with pkgs.lib;
|
||||
'';
|
||||
|
||||
environment.etc = singleton
|
||||
{ source = "${pkgs.glibc}/share/zoneinfo/${config.time.timeZone}";
|
||||
{ source = "${pkgs.tzdata}/share/zoneinfo/${config.time.timeZone}";
|
||||
target = "localtime";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user