Merge pull request #455 from DarkKirb/change-tz

change timezone
This commit is contained in:
Charlotte 🦝 Delenk 2024-06-09 13:25:42 +01:00 committed by GitHub
commit 23f1666137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ in {
</fontconfig>
'';
time.timeZone = "Etc/GMT-1"; # Confusing naming, it's 1 hour east of GMT
time.timeZone = "Europe/Berlin";
services.pcscd.enable = true;
security.pam = {