diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-02-29 01:36:04 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-02-29 01:36:04 -0800 |
commit | 05e9e7c475b92a2bdf715f41e0eeb7cf6631439f (patch) | |
tree | c34a710ecac07d4af60b50ce627be196aa4a664e /ginaz | |
parent | 71fa49e4b0a577617fa4bbe8155e1f81e1aed02d (diff) | |
download | nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar.gz nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar.bz2 nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar.lz nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar.xz nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.tar.zst nix-05e9e7c475b92a2bdf715f41e0eeb7cf6631439f.zip |
Actually set hardware clock to UTC
Diffstat (limited to '')
-rw-r--r-- | ginaz/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index e1d0d4c..2a95a92 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -273,7 +273,6 @@ }; }; - time.hardwareClockInLocalTime = true; time.timeZone = "America/Los_Angeles"; users.groups.nipsy.gid = 1000; |