diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index 1bf400c..3fb12c7 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: let @@ -19,6 +18,34 @@ let }; in { + # Notes: + # Jellyplex-watched - sync watch status between plex and jellyfin as long as users and library is the same + # Tdarr - for distributed transcoding? + # + # list of containers supporting postgres: + # bazarr: + # POSTGRES_ENABED: true + # POSTGRES_HOST: + # POSTGRES_PORT: + # POSTGRES_DATABASE: bazarr + # POSTGRES_USERNAME: arr + # POSTGRES_PASSWORD: sops + # prowlarr: + # see ctype + # radarr: + # see ctype + # sonarr: + # see ctype + # lidarr: + # see ctype + # jellyseerr: + # DB_TYPE: postgres + # DB_HOST: + # DB_PORT: + # DB_USER: arr + # DB_PASS: sops + # DB_NAME: jellyseerr + # virtualisation.oci-containers.containers = { bazarr = { image = "ghcr.io/linuxserver/bazarr:latest"; diff --git a/systems/palatine-hill/postgresql.nix b/systems/palatine-hill/postgresql.nix index aed5901..22d6d64 100644 --- a/systems/palatine-hill/postgresql.nix +++ b/systems/palatine-hill/postgresql.nix @@ -1,6 +1,5 @@ { config, - lib, pkgs, ... }: diff --git a/users/alice/non-server.nix b/users/alice/non-server.nix index e0ed056..417007e 100644 --- a/users/alice/non-server.nix +++ b/users/alice/non-server.nix @@ -108,5 +108,8 @@ # media tools #deepin.deepin-music + + # arch zed deps + nixd ]; }