aboutsummaryrefslogtreecommitdiffstats
path: root/ginaz/configuration.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-02-29 01:36:04 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-02-29 01:36:04 -0800
commit05e9e7c475b92a2bdf715f41e0eeb7cf6631439f (patch)
treec34a710ecac07d4af60b50ce627be196aa4a664e /ginaz/configuration.nix
parent71fa49e4b0a577617fa4bbe8155e1f81e1aed02d (diff)
downloadnix-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.nix1
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;