Rupert: Configure BluRay playback
This commit is contained in:
		
							parent
							
								
									84793a16c7
								
							
						
					
					
						commit
						2d6a9d9876
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue