chore(immich): Downgrade to nixpkgs-unstable for now
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
environment = {
|
environment = {
|
||||||
IMMICH_CONFIG_FILE = config.sops.templates."immich-config.json".path;
|
IMMICH_CONFIG_FILE = config.sops.templates."immich-config.json".path;
|
||||||
};
|
};
|
||||||
package = pkgs.immich-latest;
|
package = pkgs.immich;
|
||||||
};
|
};
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
virtualHosts."photos.darksailor.dev".extraConfig = ''
|
virtualHosts."photos.darksailor.dev".extraConfig = ''
|
||||||
|
|||||||
@@ -231,10 +231,6 @@
|
|||||||
src = inputs.nixpkgs-stable.legacyPackages.${prev.system}.fprintd.src;
|
src = inputs.nixpkgs-stable.legacyPackages.${prev.system}.fprintd.src;
|
||||||
});
|
});
|
||||||
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
|
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
|
||||||
immich-latest = prev.immich.overrideAttrs (oldAttrs: {
|
|
||||||
version = "v1.142.0";
|
|
||||||
src = inputs.immich;
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
csshacks = final: prev: {
|
csshacks = final: prev: {
|
||||||
csshacks = inputs.csshacks;
|
csshacks = inputs.csshacks;
|
||||||
|
|||||||
Reference in New Issue
Block a user