Common: set up timezone automatically
This commit is contained in:
parent
190010e31f
commit
164d665324
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@
|
|||
};
|
||||
|
||||
# Set up time zone.
|
||||
time.timeZone = "Europe/Madrid";
|
||||
# time.timeZone = "Europe/Madrid";
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue