minecraft: fix wrong autorestart target

This commit is contained in:
Tigor Hutasuhut 2024-08-21 21:12:58 +07:00
parent f091c080d9
commit cf90158871

View file

@ -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}";
};
};