From 49bbac07cf9e57939a388bd9c64a0e71860c751c Mon Sep 17 00:00:00 2001 From: notgne2 Date: Mon, 17 Oct 2022 03:43:18 -0700 Subject: [PATCH] remove default timezone --- common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common.nix b/common.nix index 24c5f3a..e8f72c2 100644 --- a/common.nix +++ b/common.nix @@ -62,7 +62,6 @@ # set some basic system props security.sudo.wheelNeedsPassword = lib.mkDefault false; networking.networkmanager.enable = lib.mkDefault true; - time.timeZone = lib.mkDefault "America/Phoenix"; # package list environment.systemPackages = with pkgs; [