Fix paperless vm not booting due to mount options
This commit is contained in:
		
					parent
					
						
							
								0342528ca0
							
						
					
				
			
			
				commit
				
					
						bd4dab95b0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
      depends = [ "/mnt/data" ];
 | 
					      depends = [ "/mnt/data" ];
 | 
				
			||||||
      device = "/mnt/data/paperless";
 | 
					      device = "/mnt/data/paperless";
 | 
				
			||||||
      fsType = "none";
 | 
					      fsType = "none";
 | 
				
			||||||
      options = [ "bind" "X-mount.owner=paperless" "X-mount.group=paperless" ];
 | 
					      options = [ "bind" ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue