aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/sachiel
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-02-17 17:30:38 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-08 13:56:33 +0100
commit9a0644b3e148e76998c369fcfed0053ef6b7ff35 (patch)
tree48ede7285efef024cf17c8b6b0b326fc8e74d48c /modules/hosts/sachiel
parent90db9d7cb44fc410346d9d4fe2f1a1732dbb541b (diff)
feat(sachiel): Set time zone to UTC
Diffstat (limited to 'modules/hosts/sachiel')
-rw-r--r--modules/hosts/sachiel/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hosts/sachiel/configuration.nix b/modules/hosts/sachiel/configuration.nix
index d2d1d75..0138048 100644
--- a/modules/hosts/sachiel/configuration.nix
+++ b/modules/hosts/sachiel/configuration.nix
@@ -21,6 +21,8 @@
domain = "schererleander.de";
};
+ time.timeZone = "UTC";
+
users.users.root.hashedPassword = "!";
users.mutableUsers = false;
users.users.administrator = {