Add immich

This commit is contained in:
Johannes Rothe 2025-03-17 21:27:02 +01:00
parent 5d0ed56702
commit fd85cc1d47

View File

@ -120,6 +120,14 @@
}; };
}; };
services.immich = {
enable = true;
host = "0.0.0.0";
openFirewall = true;
machine-learning.enable = false;
# TODO set data dir
};
# This option defines the first version of NixOS you have installed on this particular machine, # This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# #