Fix matrix vm not booting due to mount options
This commit is contained in:
		
					parent
					
						
							
								01efa471ae
							
						
					
				
			
			
				commit
				
					
						0342528ca0
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -10,12 +10,12 @@
 | 
			
		|||
    depends = [ "/mnt/data" ];
 | 
			
		||||
    device = "/mnt/data/media_store";
 | 
			
		||||
    fsType = "none";
 | 
			
		||||
    options = [ "bind" "X-mount.owner=matrix-synapse" "X-mount.group=matrix-synapse" ];
 | 
			
		||||
    options = [ "bind" ];
 | 
			
		||||
  };
 | 
			
		||||
  fileSystems."/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}" = {
 | 
			
		||||
    depends = [ "/mnt/data" ];
 | 
			
		||||
    device = "/mnt/data/database";
 | 
			
		||||
    fsType = "none";
 | 
			
		||||
    options = [ "bind" "X-mount.owner=postgres" "X-mount.group=postgres" ];
 | 
			
		||||
    options = [ "bind" ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue