diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 15:53:48 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 15:53:48 -0500 |
| commit | 33771d6733ba9064fa29478a5f356dbbb1d975c2 (patch) | |
| tree | 77032ca68b82455be1a60fdb1a38a22d553b81a9 /hosts/poweredge/immich.nix | |
| parent | 9524e49d1ab7876cf0c017ca7287f301661758f3 (diff) | |
| download | nixos-33771d6733ba9064fa29478a5f356dbbb1d975c2.tar.xz nixos-33771d6733ba9064fa29478a5f356dbbb1d975c2.zip | |
simplify immich/jellyfin containers
Diffstat (limited to 'hosts/poweredge/immich.nix')
| -rw-r--r-- | hosts/poweredge/immich.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/poweredge/immich.nix b/hosts/poweredge/immich.nix index b65d05d..51d7885 100644 --- a/hosts/poweredge/immich.nix +++ b/hosts/poweredge/immich.nix @@ -36,12 +36,7 @@ networking.firewall.allowedTCPPorts = [ 80 ]; # Caddy # Immich - services.immich = { - enable = true; - host = "0.0.0.0"; - openFirewall = true; - }; - + services.immich.enable = true; environment.systemPackages = with pkgs; [ immich immich-cli ]; # Reverse proxy |
