fix: backup service missing gzip

This commit is contained in:
Jet 2026-03-15 01:12:59 -07:00
parent 332bf7815c
commit e346c67cc4
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ in
systemd.services.minecraft-backup = {
description = "Backup Minecraft world to Backblaze B2";
after = [ "docker-minecraft.service" ];
path = [ pkgs.docker ];
path = [ pkgs.docker pkgs.gzip ];
serviceConfig = {
Type = "oneshot";
ExecStart = pkgs.writeShellScript "minecraft-backup" ''