set timezones

default is UTC no need to force it
A desktop shoud be in the commonly used timezone.
Forcing UTC has caused trouble multiple times.
keep-around/2044b77401636a2fa893d625f07f788af989e715
schweby 2021-09-19 16:35:38 +02:00
parent f4089803ff
commit dbf8d74a24
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@ in {
security.sudo.wheelNeedsPassword = lib.mkDefault false;
i18n.defaultLocale = "en_IE.UTF-8";
time.timeZone = "UTC";
console = {
font = "Lat2-Terminus16";
keyMap = "de";

View File

@ -20,6 +20,7 @@
] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs bat ]);
sound.enable = true;
time.timeZone = "Europe/Berlin";
hardware.pulseaudio = {
enable = true;
package = pkgs.pulseaudioFull;