feat: update Hoarder Docker Compose configuration with environment variables and reintroduce 1Password CLI
Some checks failed
Nix Format Check / check-format (push) Failing after 41s

This commit is contained in:
2025-03-11 20:34:59 +01:00
parent 61f29fb7ba
commit 0d9d2cf207
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ ddrescue ];
home.packages = with pkgs; [
ddrescue
# 1Password CLI
_1password-cli
];
}