feat: switch time zone to berlin
This commit is contained in:
parent
3768935636
commit
9885671528
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
home-manager.users.buffet.home.stateVersion = "22.05";
|
home-manager.users.buffet.home.stateVersion = "22.05";
|
||||||
|
|
||||||
time.timeZone = "UTC";
|
time.timeZone = "Europe/Berlin";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
|
|
Loading…
Reference in a new issue