diff --git a/system/podman/minecraft.nix b/system/podman/minecraft.nix index 56d8021..59b1079 100644 --- a/system/podman/minecraft.nix +++ b/system/podman/minecraft.nix @@ -59,7 +59,7 @@ in description = "Podman container ${name} autorestart"; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.podman}/bin/podman restart podman-${name}"; + ExecStart = "${pkgs.podman}/bin/podman restart ${name}"; }; };