Temporary modification of time zone

This commit is contained in:
Benson Chu 2024-10-22 16:56:14 +00:00
parent a1e137b547
commit 4e7c61afe9
2 changed files with 3 additions and 1 deletions

View file

@ -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";

View file

@ -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;