Temporary modification of time zone
This commit is contained in:
parent
a1e137b547
commit
4e7c61afe9
2 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue