update authentik and immich to unstable
This commit is contained in:
parent
0dace854c1
commit
37009c4a7c
2 changed files with 12 additions and 14 deletions
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
immich-latest = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.immich;
|
||||
in
|
||||
{
|
||||
sops.secrets."immich.yaml" = {
|
||||
sopsFile = ./immich.yaml;
|
||||
|
@ -16,7 +11,6 @@ in
|
|||
|
||||
services.immich = {
|
||||
enable = true;
|
||||
package = immich-latest;
|
||||
host = "10.89.88.13";
|
||||
redis.enable = true;
|
||||
database.createDB = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue