diff options
| author | Grisha Shipunov | 2025-05-13 17:01:53 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-05-13 17:01:53 +0200 |
| commit | 37009c4a7ca2b78ffe081dc8683805891d583ef7 (patch) | |
| tree | d9571af73deccec85ad42b4bc65e04edb74c6c7c /hosts | |
| parent | 0dace854c13d3a2460643c22970a5cded78a30c9 (diff) | |
update authentik and immich to unstable
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/immich/immich.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/immich/immich.nix b/hosts/immich/immich.nix index 40243ae..11a69b6 100644 --- a/hosts/immich/immich.nix +++ b/hosts/immich/immich.nix @@ -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; |
