loptland: fix typo
This commit is contained in:
		
							parent
							
								
									7ab90a38ad
								
							
						
					
					
						commit
						47f1c31e76
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -26,15 +26,15 @@ in | ||||||
|       secrets = { |       secrets = { | ||||||
|         factorio_token = { |         factorio_token = { | ||||||
|           restartUnits = [ "factorio.service" ]; |           restartUnits = [ "factorio.service" ]; | ||||||
|           inherit sopsFile; |           inherit (cfg) sopsFile; | ||||||
|         }; |         }; | ||||||
|         factorio_username = { |         factorio_username = { | ||||||
|           restartUnits = [ "factorio.service" ]; |           restartUnits = [ "factorio.service" ]; | ||||||
|           inherit sopsFile; |           inherit (cfg) sopsFile; | ||||||
|         }; |         }; | ||||||
|         factorio_game_password = { |         factorio_game_password = { | ||||||
|           restartUnits = [ "factorio.service" ]; |           restartUnits = [ "factorio.service" ]; | ||||||
|           inherit sopsFile; |           inherit (cfg) sopsFile; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|       templates."extraSettingsFile.json".content = '' |       templates."extraSettingsFile.json".content = '' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue