This commit is contained in:
2025-10-25 15:23:59 +03:00
parent 79d2610631
commit da1b9e65dd
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@
nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f";
# nixpkgs-calibre.url = "github:NixOS/nixpkgs/35f590344ff791e6b1d6d6b8f3523467c9217caf";
#nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-immich.url = "github:NixOS/nixpkgs/528bed44bf38168c519cd254a009a45bb76d7030";
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; # e63467437ce61d8d9a36e09254e8d07b472da0c6 # 72353fc1fa61189fb76133d50c519e871c858c39 # 5b38c7435fb1112a8b36b1652286996a7998c5b5
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
#nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11";
+3 -3
View File
@@ -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}" = {