Control time zone using tzupdate

This commit is contained in:
Quentin Boyer 2023-02-12 17:44:53 +01:00
parent 5ce21844d3
commit c8732dcd1d
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@
environment.pathsToLink = ["/share/zsh"];
security.rtkit.enable = true;
services = {
tzupdate.enable = true;
privoxy.enable = true;
flatpak.enable = true;
pipewire = {

View file

@ -78,7 +78,7 @@
};
# Set your time zone.
time.timeZone = "Europe/Paris";
# time.timeZone = "Europe/Paris";
services.printing = {
enable = true;