mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 09:42:11 +01:00 
			
		
		
		
	machine/serverle: add bazarr apiKey
This commit is contained in:
		
							parent
							
								
									0f0041270a
								
							
						
					
					
						commit
						d76ab3a87b
					
				
					 2 changed files with 9 additions and 5 deletions
				
			
		|  | @ -6,15 +6,16 @@ in | |||
| { | ||||
|   sops.secrets = { | ||||
|     "acme/inwx" = { }; | ||||
|     "bazarr/apikey" = { }; | ||||
|     "borgbackup/password" = { }; | ||||
|     "borgbackup/ssh_key" = { }; | ||||
|     "dyndns/password" = { }; | ||||
|     "sso/auth-key" = { }; | ||||
|     "sso/felix/password-hash" = { }; | ||||
|     "sso/felix/totp-secret" = { }; | ||||
|     "prowlarr/apikey" = { }; | ||||
|     "radarr/apikey" = { }; | ||||
|     "sonarr/apikey" = { }; | ||||
|     "sso/auth-key" = { }; | ||||
|     "sso/felix/password-hash" = { }; | ||||
|     "sso/felix/totp-secret" = { }; | ||||
|   }; | ||||
| 
 | ||||
|   # List services that you want to enable: | ||||
|  | @ -59,6 +60,7 @@ in | |||
|     }; | ||||
|     bazarr = { | ||||
|       enable = true; | ||||
|       apiKeyFile = secrets."bazarr/apikey".path; | ||||
|     }; | ||||
| 
 | ||||
|     ssh-server = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler