spotlights-macbook-air: Set timezone via geolocation

This commit is contained in:
Spotlight 2025-03-16 17:54:34 -04:00
parent ca364e6f14
commit 4a1a073f11
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

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