fixup! fixup! weilite/immich: enable auto stack timer

This commit is contained in:
xinyangli 2025-03-30 19:40:49 +08:00
parent af6e412d2f
commit 126a597ca6
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ in
sops.templates."immich/auto_stack.env" = {
owner = "immich_auto_stack";
content = ''
API_KEY=${config.sops.placeholder."immich/auto_stack_apikey"};
API_KEY=${config.sops.placeholder."immich/auto_stack_apikey"}
'';
};
@ -113,8 +113,8 @@ in
]
);
immich_auto_stack = pkgs.fetchurl {
url = "https://gist.github.com/xinyangli/39de5979e72d81af6fe9ddb7d1805df4";
hash = "sha256-izbzP+330tZUGPTfS3SdJnGS5uSn5uf8WmXd6ep8SQg=";
url = "https://gist.githubusercontent.com/xinyangli/39de5979e72d81af6fe9ddb7d1805df4/raw/7798ed8cef7bcd3d06ed005feb0dd01b4b603684/immich_auto_stack.py";
hash = "sha256-qE7TRJ+TLFdSJanBiuKP6fgijdE1NqAeSXWSzsfyEO0=";
};
in
{