use stable version of immich in 24.11 package set
This commit is contained in:
parent
9a0e97dd02
commit
c4b4cff25a
1 changed files with 2 additions and 10 deletions
|
@ -1,14 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
disabledModules = [ "services/databases/redis.nix" ];
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/web-apps/immich.nix"
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/databases/redis.nix"
|
||||
];
|
||||
|
||||
services.immich = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.immich;
|
||||
package = pkgs.immich;
|
||||
host = "localhost";
|
||||
port = 2283;
|
||||
mediaLocation = "/lagoon/media/immich";
|
||||
|
@ -17,8 +11,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.postgresql.package = pkgs.unstable.postgresql;
|
||||
|
||||
services.caddy.virtualHosts."photographs.tdback.net".extraConfig = ''
|
||||
encode zstd gzip
|
||||
reverse_proxy http://localhost:2283
|
||||
|
|
Loading…
Reference in a new issue