Oops quote wrong
This commit is contained in:
		
							parent
							
								
									91d530b166
								
							
						
					
					
						commit
						55645517cc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -53,10 +53,10 @@
 | 
				
			||||||
      dbuser = "nextcloud";
 | 
					      dbuser = "nextcloud";
 | 
				
			||||||
      dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
 | 
					      dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
 | 
				
			||||||
      dbname = "nextcloud";
 | 
					      dbname = "nextcloud";
 | 
				
			||||||
      dbpassFile = config.sops.secrets"nextclouddb".path;
 | 
					      dbpassFile = config.sops.secrets "nextclouddb".path;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      #TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
 | 
					      #TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
 | 
				
			||||||
      adminpassFile = config.sops.secrets.nextcloudadmin".path;
 | 
					      adminpassFile = config.sops.secrets."nextcloudadmin".path;
 | 
				
			||||||
      adminuser = "admin";
 | 
					      adminuser = "admin";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue