diff options
Diffstat (limited to 'users/tazjin/nixos/modules')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index da35c787b5d0..e0d67dc25989 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -2,10 +2,11 @@ { ... }: { - # Automatically detect location for redshift & timezone settings. + time.timeZone = "Europe/Moscow"; + + # Automatically detect location for redshift & so on ... services.geoclue2.enable = true; location.provider = "geoclue2"; - services.localtimed.enable = true; # Enable power-saving features. services.tlp.enable = true; |