forked from jan-leila/nix-config
		
	feat: installed lidarr
This commit is contained in:
		
							parent
							
								
									62bb650878
								
							
						
					
					
						commit
						5ccfe1a337
					
				
					 6 changed files with 82 additions and 1 deletions
				
			
		|  | @ -29,6 +29,7 @@ | |||
|     radarr = 2014; | ||||
|     sonarr = 2015; | ||||
|     bazarr = 2016; | ||||
|     lidarr = 2017; | ||||
|   }; | ||||
| 
 | ||||
|   gids = { | ||||
|  | @ -50,6 +51,7 @@ | |||
|     radarr = 2014; | ||||
|     sonarr = 2015; | ||||
|     bazarr = 2016; | ||||
|     lidarr = 2017; | ||||
|   }; | ||||
| 
 | ||||
|   users = config.users.users; | ||||
|  | @ -221,6 +223,12 @@ in { | |||
|             isSystemUser = true; | ||||
|             group = config.users.users.bazarr.name; | ||||
|           }; | ||||
| 
 | ||||
|           lidarr = { | ||||
|             uid = lib.mkForce uids.lidarr; | ||||
|             isSystemUser = true; | ||||
|             group = config.users.users.lidarr.name; | ||||
|           }; | ||||
|         }; | ||||
| 
 | ||||
|         groups = { | ||||
|  | @ -261,6 +269,7 @@ in { | |||
|               users.radarr.name | ||||
|               users.sonarr.name | ||||
|               users.bazarr.name | ||||
|               users.lidarr.name | ||||
|               leyla | ||||
|               eve | ||||
|               ivy | ||||
|  | @ -365,6 +374,13 @@ in { | |||
|               users.bazarr.name | ||||
|             ]; | ||||
|           }; | ||||
| 
 | ||||
|           lidarr = { | ||||
|             gid = lib.mkForce gids.lidarr; | ||||
|             members = [ | ||||
|               users.lidarr.name | ||||
|             ]; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue