Rupert: Configure BluRay playback

This commit is contained in:
fruchti 2025-04-07 09:15:57 +02:00
parent 84793a16c7
commit 2d6a9d9876

View file

@ -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" ];