change the way admins are configured
This commit is contained in:
		
							parent
							
								
									d18635f801
								
							
						
					
					
						commit
						3ac080014a
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -40,7 +40,6 @@ in | ||||||
|           "autosave_slots": 5, |           "autosave_slots": 5, | ||||||
|           "ignore_player_limit_for_returning_players": true, |           "ignore_player_limit_for_returning_players": true, | ||||||
|           "username" : "${config.sops.placeholder.factorio_username}", |           "username" : "${config.sops.placeholder.factorio_username}", | ||||||
|           "admins": ["${config.sops.placeholder.factorio_username}"], |  | ||||||
|           "token": "${config.sops.placeholder.factorio_token}" |           "token": "${config.sops.placeholder.factorio_token}" | ||||||
|         } |         } | ||||||
|       ''; |       ''; | ||||||
|  | @ -55,6 +54,11 @@ in | ||||||
|       nonBlockingSaving = true; |       nonBlockingSaving = true; | ||||||
|       autosave-interval = 15; |       autosave-interval = 15; | ||||||
|       saveName = "SpaceAge"; |       saveName = "SpaceAge"; | ||||||
|  |       admins = [ | ||||||
|  |         "daholli" | ||||||
|  |         "galbrain" | ||||||
|  |         "geigeabc" | ||||||
|  |       ]; | ||||||
|       extraSettingsFile = config.sops.templates."extraSettingsFile.json".path; |       extraSettingsFile = config.sops.templates."extraSettingsFile.json".path; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue