mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
Control time zone using tzupdate
This commit is contained in:
parent
5ce21844d3
commit
c8732dcd1d
2 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
environment.pathsToLink = ["/share/zsh"];
|
||||
security.rtkit.enable = true;
|
||||
services = {
|
||||
tzupdate.enable = true;
|
||||
privoxy.enable = true;
|
||||
flatpak.enable = true;
|
||||
pipewire = {
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Paris";
|
||||
# time.timeZone = "Europe/Paris";
|
||||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue