[zix790prors] Fix clock timezone thing

This commit is contained in:
2025-08-18 19:19:34 -07:00
parent 68f63db930
commit 9d6abce8cc

View File

@@ -35,6 +35,9 @@ with lib;
# Enable networking
networking.networkmanager.enable = true;
# Fix dual boot clock sync - tell Linux to use local time for hardware clock
time.hardwareClockInLocalTime = true;
# NVIDIA Graphics configuration
services.xserver.videoDrivers = [ "nvidia" ];
hardware.graphics.enable = true;