From 0001fcba8f862e82674548a1257ceb62f68ba340 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 3 Oct 2023 00:10:08 -0400 Subject: [PATCH] yuki: rollback stash --- hosts/yuki/services/stash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yuki/services/stash.nix b/hosts/yuki/services/stash.nix index 64a9e65..9ec5f5e 100644 --- a/hosts/yuki/services/stash.nix +++ b/hosts/yuki/services/stash.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.stash = { - image = "stashapp/stash:v0.22.1"; + image = "stashapp/stash:v0.21.0"; environment = { STASH_STASH = "/data/"; STASH_GENERATED = "/generated/";