Rename immich container

This commit is contained in:
Andrea Ciceri 2024-09-25 14:18:06 +02:00
parent 28afd2dc86
commit 7159aa535c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,10 +1,6 @@
{ config, ... }:
let
nixpkgsImmich = builtins.getFlake "github:NixOS/nixpkgs/c0ee4c1770aa1ef998c977c4cc653a07ec95d9bf";
in
{
containers.nextcloud = {
nixpkgs = nixpkgsImmich;
containers.immich = {
nixpkgs = builtins.getFlake "github:NixOS/nixpkgs/51296fce6f2b33717f710788af4e134aa7ff0e58";
autoStart = true;
privateNetwork = true;
# hostAddress = "192.168.100.10";