fix: backup service missing gzip
This commit is contained in:
parent
332bf7815c
commit
e346c67cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue