Use host resolv.conf in container
This commit is contained in:
		
					parent
					
						
							
								d1f2b13232
							
						
					
				
			
			
				commit
				
					
						b359ec8644
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -4,6 +4,8 @@
 | 
				
			||||||
    nixpkgs = nixpkgs-unstable;
 | 
					    nixpkgs = nixpkgs-unstable;
 | 
				
			||||||
    autoStart = true;
 | 
					    autoStart = true;
 | 
				
			||||||
    config = { ... }: {
 | 
					    config = { ... }: {
 | 
				
			||||||
 | 
					      networking.useHostResolvConf = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      services.uptime-kuma = {
 | 
					      services.uptime-kuma = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue