From 4e7c61afe96b561b3ec864a12f76c97e6a5cd55f Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 22 Oct 2024 16:56:14 +0000 Subject: [PATCH] Temporary modification of time zone --- common/configuration.nix | 2 +- hosts/NixFrame/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/configuration.nix b/common/configuration.nix index ce10f1f..8cd8e95 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -54,7 +54,7 @@ in networking.networkmanager.enable = true; # Set your time zone. - time.timeZone = "America/Chicago"; + # time.timeZone = "America/Chicago"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; diff --git a/hosts/NixFrame/configuration.nix b/hosts/NixFrame/configuration.nix index 2f35358..6e6c51e 100644 --- a/hosts/NixFrame/configuration.nix +++ b/hosts/NixFrame/configuration.nix @@ -12,6 +12,8 @@ my.flakeLocation = "/home/benson/workspace/nixos-config"; + time.timeZone = "America/Los_Angeles"; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;