holy shit i put the wrong ntp ip in and now everythings out of sync-

This commit is contained in:
k3t
2026-06-05 23:56:41 -06:00
parent 0e97638898
commit d7342a1d40
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
-v /var/lib/minecraft:/data \ -v /var/lib/minecraft:/data \
-p 25565:25565 \ -p 25565:25565 \
-p 24454:24454/udp \ -p 24454:24454/udp \
ghcr.io/graalvm/graalvm-community:25 \ ghcr.io/graalvm/graalvm-community:8 \
/data/run.sh /data/run.sh
''; '';
ExecStop = "${pkgs.podman}/bin/podman stop minecraft-server"; ExecStop = "${pkgs.podman}/bin/podman stop minecraft-server";
+2 -2
View File
@@ -3,7 +3,7 @@
services.timesyncd = { services.timesyncd = {
enable = true; enable = true;
servers = [ servers = [
"192.168.0.1" "192.168.1.1"
]; ];
fallbackServers = [ fallbackServers = [
"time-a-g.nist.gov" "time-a-g.nist.gov"
@@ -27,4 +27,4 @@
LC_TELEPHONE = "en_US.UTF-8"; LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
} }