diff options
| author | Grisha Shipunov | 2026-08-02 15:02:59 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-08-02 15:02:59 +0000 |
| commit | 8369adc92316711f0b160002cb45e25c4f5f0644 (patch) | |
| tree | d175deb8d03fc3d708a4bd87429449591f7ff698 /microvms/immich/immich.nix | |
| parent | 36268a51b81bad88aedb40dac55582be945fc3ab (diff) | |
switch immich to kanidm
Diffstat (limited to 'microvms/immich/immich.nix')
| -rw-r--r-- | microvms/immich/immich.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/microvms/immich/immich.nix b/microvms/immich/immich.nix index bd17dd4..db452b9 100644 --- a/microvms/immich/immich.nix +++ b/microvms/immich/immich.nix @@ -1,8 +1,11 @@ { config, + pkgs, ... }: { + environment.systemPackages = with pkgs; [ immich-cli immich ]; + sops.secrets."immich.yaml" = { sopsFile = ./immich.yaml; owner = config.services.immich.user; |
