add timezone

This commit is contained in:
Kopatz
2024-05-26 20:00:57 +02:00
parent 9386f6a7a9
commit e7a64d0c0b

View File

@@ -5,6 +5,7 @@
./disk-config.nix ./disk-config.nix
]; ];
time.timeZone = "Europe/Vienna";
services.openssh.enable = true; services.openssh.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 443 ]; networking.firewall.allowedTCPPorts = [ 22 80 443 ];
custom = { custom = {