chore(3p/sources): Bump channels & overlays

* //users/tazjin: the services.localtime module was renamed
  https://github.com/NixOS/nixpkgs/pull/175831#issuecomment-1146590790

* //3p/nixpkgs: glimpse is broken, pick it from stable channel

Change-Id: I4ea3f243e4575d3d7992ee6377fa9890c46db1ed
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5848
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2022-06-04 13:13:04 +02:00
parent 7c3ef7083c
commit 595ce64755
3 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@
# Automatically detect location for redshift & timezone settings.
services.geoclue2.enable = true;
location.provider = "geoclue2";
services.localtime.enable = true;
services.localtimed.enable = true;
# Enable power-saving features.
services.tlp.enable = true;