From d7342a1d4074d240c550c7e24e1b688cbdb4db37 Mon Sep 17 00:00:00 2001 From: k3t Date: Fri, 5 Jun 2026 23:56:41 -0600 Subject: [PATCH] holy shit i put the wrong ntp ip in and now everythings out of sync- --- hosts/nixcloud/services.d/minecraft.nix | 2 +- modules/sys/time.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixcloud/services.d/minecraft.nix b/hosts/nixcloud/services.d/minecraft.nix index 3cbcd3c..2073fed 100644 --- a/hosts/nixcloud/services.d/minecraft.nix +++ b/hosts/nixcloud/services.d/minecraft.nix @@ -19,7 +19,7 @@ -v /var/lib/minecraft:/data \ -p 25565:25565 \ -p 24454:24454/udp \ - ghcr.io/graalvm/graalvm-community:25 \ + ghcr.io/graalvm/graalvm-community:8 \ /data/run.sh ''; ExecStop = "${pkgs.podman}/bin/podman stop minecraft-server"; diff --git a/modules/sys/time.nix b/modules/sys/time.nix index fd5e229..4c37bb0 100644 --- a/modules/sys/time.nix +++ b/modules/sys/time.nix @@ -3,7 +3,7 @@ services.timesyncd = { enable = true; servers = [ - "192.168.0.1" + "192.168.1.1" ]; fallbackServers = [ "time-a-g.nist.gov" @@ -27,4 +27,4 @@ LC_TELEPHONE = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8"; }; -} \ No newline at end of file +}