feat: add timezone configuration for europe/berlin

This commit is contained in:
2025-09-15 20:10:46 +02:00
parent 446eb802ae
commit c884b9ab3b

View File

@@ -216,6 +216,9 @@ isoConfig
// {
system.stateVersion = "25.05";
# Timezone Configuration
time.timeZone = "Europe/Berlin";
# SSH Configuration
services.openssh = {
enable = true;