config.sops
This commit is contained in:
		
							parent
							
								
									449291f339
								
							
						
					
					
						commit
						cdec8f4ce2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -49,9 +49,9 @@
 | 
				
			||||||
      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 = sops.secrets."nextclouddb".path;
 | 
					      dbpassFile = config.sops.secrets."nextclouddb".path;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      adminpassFile = 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