phantom: add docker
This commit is contained in:
		
							parent
							
								
									0681134c31
								
							
						
					
					
						commit
						26a34669d0
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -56,6 +56,18 @@
 | 
			
		|||
    identityPaths = [ "/root/.ssh/id_rsa" ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  virtualisation.docker = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    daemon.settings = {
 | 
			
		||||
      # needed by bitbucket runner ???
 | 
			
		||||
      log-driver = "json-file";
 | 
			
		||||
      log-opts = {
 | 
			
		||||
        max-size = "10m";
 | 
			
		||||
        max-file = "3";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nix.settings = {
 | 
			
		||||
    cores = 1;
 | 
			
		||||
    max-jobs = 1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue