Added some null sinks
This commit is contained in:
		
							parent
							
								
									af3984498c
								
							
						
					
					
						commit
						27dde8e40a
					
				| @ -26,6 +26,8 @@ | |||||||
|       carla |       carla | ||||||
|       wprs |       wprs | ||||||
|       xwayland |       xwayland | ||||||
|  |       alsa-utils | ||||||
|  |       pulsemixer | ||||||
| 
 | 
 | ||||||
|       # Add LV2 plugins |       # Add LV2 plugins | ||||||
|       lsp-plugins |       lsp-plugins | ||||||
| @ -47,7 +49,6 @@ | |||||||
|     users.users.mixer = { |     users.users.mixer = { | ||||||
|       isNormalUser = true; |       isNormalUser = true; | ||||||
|       group = "mixer"; |       group = "mixer"; | ||||||
|       linger = true; |  | ||||||
|       extraGroups = [ "systemd-journal" ]; |       extraGroups = [ "systemd-journal" ]; | ||||||
|       openssh.authorizedKeys.keys = [ |       openssh.authorizedKeys.keys = [ | ||||||
|         "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKxoQSxfYqf9ITN8Fhckk8WbY4dwtBAXOhC9jxihJvq jan@bulthuis.dev" |         "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKxoQSxfYqf9ITN8Fhckk8WbY4dwtBAXOhC9jxihJvq jan@bulthuis.dev" | ||||||
| @ -76,5 +77,31 @@ | |||||||
|         RestartSec = 5; |         RestartSec = 5; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  | 
 | ||||||
|  |     # Create null sink for spotifyd | ||||||
|  |     services.pipewire.extraConfig.pipewire."91-null-sinks" = { | ||||||
|  |       "context.objects" = [ | ||||||
|  |         { | ||||||
|  |           factory = "adapter"; | ||||||
|  |           args = { | ||||||
|  |             "factory.name" = "support.null-audio-sink"; | ||||||
|  |             "node.name" = "SpotifyD-Proxy"; | ||||||
|  |             "node.description" = "Proxy for SpotifyD"; | ||||||
|  |             "media.class" = "Audio/Sink"; | ||||||
|  |             "audio.position" = "FL,FR"; | ||||||
|  |           }; | ||||||
|  |         } | ||||||
|  |         { | ||||||
|  |           factory = "adapter"; | ||||||
|  |           args = { | ||||||
|  |             "factory.name" = "support.null-audio-sink"; | ||||||
|  |             "node.name" = "AnalogIn-Proxy"; | ||||||
|  |             "node.description" = "Proxy for the analog input"; | ||||||
|  |             "media.class" = "Audio/Source/Virtual"; | ||||||
|  |             "audio.position" = "FL,FR"; | ||||||
|  |           }; | ||||||
|  |         } | ||||||
|  |       ]; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis