mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
|||||||
services = {
|
services = {
|
||||||
immich = {
|
immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = master.immich;
|
package = pkgs.immich;
|
||||||
port = 2283;
|
port = 2283;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
@@ -27,7 +27,7 @@ in
|
|||||||
enableVectorChord = false;
|
enableVectorChord = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
postgresql.package = master.postgresql;
|
postgresql.package = pkgs.postgresql;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."${config.services.immich.mediaLocation}" = {
|
fileSystems."${config.services.immich.mediaLocation}" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user