From 34dd7c91b04499935ab249e0b597869d579efe8c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 30 Dec 2024 12:17:43 -0600 Subject: [PATCH] set time zone using timedatectl --- hosts/othalan/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 2f9a3b7..21bc656 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -1,10 +1,12 @@ { + lib, config, pkgs, enabled, ... }: { + time.timeZone = lib.mkForce null; # allow TZ to be set by desktop user networking.networkmanager = enabled; services.fwupd = enabled; hardware.bluetooth = enabled // {