From b1177dc6af61fb84724321fa2fc18c3b5b610492 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 25 Feb 2023 11:03:59 +0100 Subject: laptop: add automatic-timezoned --- profiles/laptop.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/laptop.nix b/profiles/laptop.nix index f6c24a9..56eb7c4 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -1,6 +1,6 @@ inputs: -{ config, ... }: +{ config, lib, ... }: { services.tlp = { @@ -10,4 +10,8 @@ inputs: CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; }; }; + + services.automatic-timezoned.enable = true; + # Needed to be able to change timezone + time.timeZone = lib.mkForce null; } -- cgit v1.2.3