about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/laptop.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-06-04T11·13+0200
committersterni <sternenseemann@systemli.org>2022-06-08T19·03+0000
commit595ce647553d1024a7585aa2e4311d0a1d6ea947 (patch)
tree29f1298c305d98060f86a3ee83ff669f2beaa907 /users/tazjin/nixos/modules/laptop.nix
parent7c3ef7083cbb2ed2adefe2e4f2d7cef29b13750c (diff)
chore(3p/sources): Bump channels & overlays r/4230
* //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>
Diffstat (limited to 'users/tazjin/nixos/modules/laptop.nix')
-rw-r--r--users/tazjin/nixos/modules/laptop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix
index da277dd3d6..da35c787b5 100644
--- a/users/tazjin/nixos/modules/laptop.nix
+++ b/users/tazjin/nixos/modules/laptop.nix
@@ -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;