Rupert: Configure BluRay playback
This commit is contained in:
parent
84793a16c7
commit
2d6a9d9876
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue