From 8dbd076581ba601181d813f247f23583b80e9ee7 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 9 Dec 2022 10:17:19 -0800 Subject: [PATCH] dual boot time-adjustment --- hosts/laptop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index c6ab191..8b85fad 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -5,6 +5,8 @@ hardware.bluetooth.enable = true; + time.hardwareClockInLocalTime = true; + boot.loader = { efi = { canTouchEfiVariables = true;