about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/laptop.nix
diff options
context:
space:
mode:
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;