mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 17:52:10 +01:00 
			
		
		
		
	machines/newton: migrate from /srv to /data
This commit is contained in:
		
							parent
							
								
									d2a097ce89
								
							
						
					
					
						commit
						718877b329
					
				
					 3 changed files with 14 additions and 14 deletions
				
			
		|  | @ -60,7 +60,7 @@ in | |||
|     # music streaming server | ||||
|     navidrome = { | ||||
|       enable = true; | ||||
|       musicFolder = "/srv/data/music"; | ||||
|       musicFolder = "/data/music"; | ||||
|     }; | ||||
|     # self-hosted cloud | ||||
|     nextcloud = { | ||||
|  | @ -73,7 +73,7 @@ in | |||
|       enable = true; | ||||
|       passwordFile = secrets."paperless/password".path; | ||||
|       extraConfig.PAPERLESS_ADMIN_USER = "felix"; | ||||
|       mediaDir = "/srv/data/docs"; | ||||
|       mediaDir = "/data/docs"; | ||||
|     }; | ||||
|     # RSS aggregator and reader | ||||
|     freshrss = { | ||||
|  | @ -97,7 +97,7 @@ in | |||
|     photoprism = { | ||||
|       enable = true; | ||||
|       passwordFile = secrets."photoprism/password".path; | ||||
|       originalsPath = "/srv/data/photos"; | ||||
|       originalsPath = "/data/photos"; | ||||
|       settings = { | ||||
|         PHOTOPRISM_ADMIN_USER = "felix"; | ||||
|         PHOTOPRISM_SPONSOR = "true"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler