spotlights-macbook-air: Set timezone via geolocation
This commit is contained in:
parent
ca364e6f14
commit
4a1a073f11
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
efi.canTouchEfiVariables = false;
|
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
|
# Asahi Linux support
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
peripheralFirmwareDirectory = /boot/asahi;
|
peripheralFirmwareDirectory = /boot/asahi;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue