This commit is contained in:
2025-10-02 19:04:24 +03:00
parent e228df7a85
commit f6c2582971
+4
View File
@@ -6,10 +6,14 @@
xlib,
...
}:
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
{
services = {
immich = {
enable = true;
package = master.immich;
port = 2283;
host = "0.0.0.0";
openFirewall = true;