From 292d9d0790a9e29aaeef77e44c8e0229c65d7b1f Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 30 Sep 2024 21:44:54 +0200 Subject: [PATCH] set timezone automatically --- enviroments/common/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/enviroments/common/default.nix b/enviroments/common/default.nix index a5e1c9c..25c221a 100644 --- a/enviroments/common/default.nix +++ b/enviroments/common/default.nix @@ -15,7 +15,7 @@ networking.networkmanager.enable = true; # Set your time zone. - time.timeZone = "America/Chicago"; + # time.timeZone = "America/Chicago"; i18n.defaultLocale = "en_US.UTF-8"; @@ -114,6 +114,10 @@ }; services = { + automatic-timezoned = { + enable = true; + }; + openssh = { enable = true; ports = [22];