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;