From c8732dcd1dd13fcdbd6cdfebb63611969d1a77f0 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 12 Feb 2023 17:44:53 +0100 Subject: [PATCH] Control time zone using tzupdate --- nixos/configuration.nix | 1 + nixos/localcfg.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 70a6a61..c50b95a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -30,6 +30,7 @@ environment.pathsToLink = ["/share/zsh"]; security.rtkit.enable = true; services = { + tzupdate.enable = true; privoxy.enable = true; flatpak.enable = true; pipewire = { diff --git a/nixos/localcfg.nix b/nixos/localcfg.nix index 54dd26e..4e8a804 100644 --- a/nixos/localcfg.nix +++ b/nixos/localcfg.nix @@ -78,7 +78,7 @@ }; # Set your time zone. - time.timeZone = "Europe/Paris"; + # time.timeZone = "Europe/Paris"; services.printing = { enable = true;