Disable xpra: need new impl.
Current implementation of xpra overrides sddm && overrides system sound preferences to enable pulseaudio (not necessary)master
							parent
							
								
									f8d2881564
								
							
						
					
					
						commit
						1b2e620123
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{ config, pkgs, lib, ...}: {
 | 
					{ config, pkgs, lib, ...}: {
 | 
				
			||||||
  services.xserver.displayManager.xpra = {
 | 
					  services.xserver.displayManager.xpra = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Where to bind port/address:
 | 
					    # Where to bind port/address:
 | 
				
			||||||
    bindTcp = "127.0.0.1:10000";
 | 
					    bindTcp = "127.0.0.1:10000";
 | 
				
			||||||
| 
						 | 
					@ -9,6 +9,6 @@
 | 
				
			||||||
    auth = "pam";
 | 
					    auth = "pam";
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    # Should sound be streamed?
 | 
					    # Should sound be streamed?
 | 
				
			||||||
    pulseaudio = true;
 | 
					    pulseaudio = false;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue