diff --git a/hosts/linux/spotlights-macbook-air/configuration.nix b/hosts/linux/spotlights-macbook-air/configuration.nix index 1008ffb..041ac9d 100644 --- a/hosts/linux/spotlights-macbook-air/configuration.nix +++ b/hosts/linux/spotlights-macbook-air/configuration.nix @@ -17,6 +17,12 @@ efi.canTouchEfiVariables = false; }; + # Allow GNOME to dynamically set the + # time zone based on current location. + # + # https://www.reddit.com/r/NixOS/comments/1411gjs/comment/jo4wau3/ + time.timeZone = lib.mkForce null; + # Asahi Linux support hardware.asahi = { peripheralFirmwareDirectory = /boot/asahi;