weilite/immich: fix auto stack timer

This commit is contained in:
xinyangli 2025-03-30 18:48:52 +08:00
parent 81051ac602
commit 1d8e5b3393
No known key found for this signature in database
2 changed files with 7 additions and 6 deletions

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
{