summary refs log tree commit diff
path: root/nixos/modules/config/timezone.nix
Commit message (Collapse)AuthorAge
* nixos: let's not forget types in the timezone moduleJan Malakhovski2015-07-31
|
* Switch default timezone in NixOS from "CET" to "UTC".Peter Simons2014-12-15
| | | | Suggested in https://github.com/NixOS/nixpkgs/pull/5332.
* Rename environment.systemVariables -> environment.sessionVariablesEelco Dolstra2014-06-13
| | | | This makes it clearer that they're part of PAM sessions.
* Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""Eelco Dolstra2014-06-10
| | | | This reverts commit 491c088731022463978e595956427e72db6306a9.
* Revert "Merge #2692: Use pam_env to properly setup system-wide env"Eelco Dolstra2014-06-10
| | | | This reverts commit 18a0cdd86416a8cbc263cfa8cb96c460a53f7b5c.
* Merge #2692: Use pam_env to properly setup system-wide envVladimír Čunát2014-06-10
|
* Set TZDIR for all systemd servicesEelco Dolstra2014-05-21
| | | | | | This only matters if a service also overrides the $TZ variable. Issue #2447.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Don't set $TZEelco Dolstra2014-01-06
| | | | | | | Now that Java is happy with our /etc/localtime, there is no reason to set $TZ anymore. (See 945849b86fe33474da569b307d7e5880877491b6, 279248f6c562eb88227d22b824c9324683980b96, 1b5e860f65607b4cc7de4b6b5db95460cf144526.) Fixes #1463.
* Make /etc/localtime a direct symlink to the zoneinfo fileEelco Dolstra2014-01-06
| | | | | | | Some programs (notably the Java Runtime Environment) expect to be able to extract the name of the time zone from the target of the /etc/localtime symlink. That doesn't work if /etc/localtime is a symlink to /etc/static/localtime. So make it a direct symlink.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10