diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index f2f822f..451ac50 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -17,6 +17,17 @@ in # ./open-pgsql.nix ]; + nixpkgs.overlays = [ + ( + self: super: { + libbluray = super.libbluray.override { + withAACS = true; + withBDplus = true; + }; + } + ) + ]; + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [ "acpi=force" "reboot=bios" ];