feat(nix): add immich package and update immich service configuration
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@@ -1777,6 +1777,23 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"immich": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1757619545,
|
||||
"narHash": "sha256-0nStZuSnb8tJ0+Y247MHitmMURl8vTuPLAhUm+OHctE=",
|
||||
"owner": "immich-app",
|
||||
"repo": "immich",
|
||||
"rev": "4153848c68d416329deecf8b671e02bd754b4dd7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "immich-app",
|
||||
"ref": "v1.142.0",
|
||||
"repo": "immich",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"ironbar": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_4",
|
||||
@@ -2731,6 +2748,7 @@
|
||||
"hyprlock": "hyprlock",
|
||||
"hyprmonitors": "hyprmonitors",
|
||||
"ik_llama": "ik_llama",
|
||||
"immich": "immich",
|
||||
"ironbar": "ironbar",
|
||||
"lanzaboote": "lanzaboote",
|
||||
"llama-cpp": "llama-cpp",
|
||||
|
||||
@@ -202,6 +202,10 @@
|
||||
url = "github:ggml-org/llama.cpp/b6178?submodules=1";
|
||||
flake = false;
|
||||
};
|
||||
immich = {
|
||||
url = "github:immich-app/immich/v1.142.0";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
environment = {
|
||||
IMMICH_CONFIG_FILE = config.sops.templates."immich-config.json".path;
|
||||
};
|
||||
package = pkgs.immich;
|
||||
package = pkgs.immich-latest;
|
||||
};
|
||||
services.caddy = {
|
||||
virtualHosts."photos.darksailor.dev".extraConfig = ''
|
||||
|
||||
@@ -231,6 +231,9 @@
|
||||
src = inputs.nixpkgs-stable.legacyPackages.${prev.system}.fprintd.src;
|
||||
});
|
||||
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
|
||||
immich-latest = prev.immich.overrideAttrs (oldAttrs: {
|
||||
src = inputs.immich;
|
||||
});
|
||||
};
|
||||
csshacks = final: prev: {
|
||||
csshacks = inputs.csshacks;
|
||||
|
||||
Reference in New Issue
Block a user