trying to fix time display

This commit is contained in:
Don Harper 2023-10-23 09:01:18 +00:00
parent f0fb610010
commit 048c33bf5c

View file

@ -26,6 +26,7 @@
modules = workstation.modules ++ [ modules = workstation.modules ++ [
{ {
networking.hostName = "loki"; networking.hostName = "loki";
time.hardwareClockInLocalTime = true;
} }
./hosts/loki/hardware-configuration.nix ./hosts/loki/hardware-configuration.nix
inputs.nixos-hardware.nixosModules.dell-xps-13-9310 inputs.nixos-hardware.nixosModules.dell-xps-13-9310