diff --git a/README.md b/README.md index 7aa9807..55c3a88 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ nix build '.#homeConfigurations.theaninova.activationPackage' ``` After that reload the shell + +### BluRays + +Download the database from [here](http://fvonline-db.bplaced.net/) and place it in `~/.config/aacs/KEYDB.cfg` diff --git a/packages.nix b/packages.nix index db0d2de..e022caf 100644 --- a/packages.nix +++ b/packages.nix @@ -20,6 +20,15 @@ with pkgs; [ handbrake metadata-cleaner bitwarden + # BluRay support + # Also downlaod the latest version of the decryption keys + # http://fvonline-db.bplaced.net/ + # and put them into ~/.config/aacs/KEYDB.cfg + (libbluray.override { + withAACS = true; + withJava = true; + withBDplus = true; + }) # chat apps (import ./packages/threema-desktop.nix {inherit pkgs;})