immich is not being backported to stable
This commit is contained in:
parent
9f3cbd3260
commit
844c482cee
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
||||||
{ config, ... }:
|
{
|
||||||
|
config,
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
immich-latest = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.immich;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
sops.secrets."immich.yaml" = {
|
sops.secrets."immich.yaml" = {
|
||||||
sopsFile = ./immich.yaml;
|
sopsFile = ./immich.yaml;
|
||||||
|
@ -8,6 +16,7 @@
|
||||||
|
|
||||||
services.immich = {
|
services.immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = immich-latest;
|
||||||
host = "10.89.88.13";
|
host = "10.89.88.13";
|
||||||
redis.enable = true;
|
redis.enable = true;
|
||||||
database.createDB = true;
|
database.createDB = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue