holy shit i put the wrong ntp ip in and now everythings out of sync-
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user