mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
master = import inputs.nixpkgs-master {
|
||||
master = import inputs.nixpkgs-immich {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
in
|
||||
@@ -22,9 +22,9 @@ in
|
||||
accelerationDevices = null;
|
||||
machine-learning.enable = true;
|
||||
mediaLocation = "${xlib.dirs.services-mnt-folder}/immich";
|
||||
database.enableVectors = false;
|
||||
# database.enableVectors = false;
|
||||
};
|
||||
postgresql.package = master.postgresql;
|
||||
# postgresql.package = master.postgresql;
|
||||
};
|
||||
|
||||
fileSystems."${config.services.immich.mediaLocation}" = {
|
||||
|
||||
Reference in New Issue
Block a user