Update timezones

This commit is contained in:
albert 2024-11-29 01:48:03 +01:00
parent 9a0a79a55c
commit cf698cb099
Signed by: albert
GPG key ID: 3895DD267CA11BA9
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
}; };
}; };
time.timeZone = "Asia/Tokyo"; time.timeZone = "Europe/Warsaw";
boot.isContainer = true; boot.isContainer = true;
system.stateVersion = stateVersion; system.stateVersion = stateVersion;
networking.hostName = hostname; networking.hostName = hostname;

View file

@ -24,7 +24,7 @@
]; ];
# Set your time zone. # Set your time zone.
time.timeZone = "Asia/Tokyo"; time.timeZone = "Europe/Warsaw";
##################################################################################### #####################################################################################
# BEGIN hardware config # BEGIN hardware config
@ -55,4 +55,4 @@
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ]; services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
} }

View file

@ -7,7 +7,7 @@
LAT = "52.22"; LAT = "52.22";
LONG = "21.01"; LONG = "21.01";
RECEIVER_TYPE = "rtlsdr"; RECEIVER_TYPE = "rtlsdr";
TZ = "Asia/Tokyo"; TZ = "Europe/Warsaw";
}; };
ports = [ "8080:80/tcp" ]; ports = [ "8080:80/tcp" ];
log-driver = "journald"; log-driver = "journald";

View file

@ -16,7 +16,7 @@
]; ];
# Set your time zone. # Set your time zone.
time.timeZone = "Asia/Tokyo"; time.timeZone = "Europe/Warsaw";
##################################################################################### #####################################################################################
# BEGIN hardware config # BEGIN hardware config