From 2565574ed4b22ba6b155da95de31f7c1383f7265 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Apr 2021 19:57:44 -0600 Subject: [PATCH] Use tzupdate --- nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1633f658..2d2ec5ea 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -78,7 +78,7 @@ in defaultLocale = "en_US.UTF-8"; }; - time.timeZone = "America/Los_Angeles"; + services.tzupdate.enable = true; fonts = { fonts = with pkgs; [ @@ -286,6 +286,7 @@ in stow subversion tmux + tzupdate unzip usbutils valgrind