mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Don't set $TZ
We don't need to set $TZ, because we have /etc/localtime. In fact, setting $TZ without $TZDIR doesn't work anymore since Glibc no longer contains zone info.
This commit is contained in:
parent
fa0f5bf72f
commit
945849b86f
13 changed files with 5 additions and 30 deletions
|
@ -618,7 +618,6 @@ in
|
|||
|
||||
environment =
|
||||
{ PHPRC = if enablePHP then phpIni else "";
|
||||
TZ = config.time.timeZone;
|
||||
} // (listToAttrs (concatMap (svc: svc.globalEnvVars) allSubservices));
|
||||
|
||||
preStart =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue