Compare commits
	
		
			No commits in common. "b5053ab520aa8550e5b169e620d111167a9cf64d" and "ce2c4ef1802af1fba8e2b957cfe33225f6da1b7a" have entirely different histories.
		
	
	
		
			b5053ab520
			...
			ce2c4ef180
		
	
		
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
{ lib, ... }:
 | 
			
		||||
let
 | 
			
		||||
  mirrors = {
 | 
			
		||||
    # "https://android.googlesource.com" = "/mnt/aospaosp/mirror";
 | 
			
		||||
    "https://android.googlesource.com" = "/var/lib/src/aosp/mirror";
 | 
			
		||||
    "https://github.com/LineageOS" = "/var/lib/src/lineageos/LineageOS";
 | 
			
		||||
    "https://github.com/TheMuppets" = "/var/lib/src/themuppets/TheMuppets";
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{ pkgs, ... }: {
 | 
			
		||||
  services.hydra = {
 | 
			
		||||
    enable = false;
 | 
			
		||||
    enable = true;
 | 
			
		||||
    hydraURL = "https://hydra.newtype.fr";
 | 
			
		||||
    notificationSender = "hydra@localhost";
 | 
			
		||||
    buildMachinesFiles = [ "/etc/nix/machines" ];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,8 +57,8 @@ in
 | 
			
		|||
      nrBuildUsers = 128;
 | 
			
		||||
 | 
			
		||||
      settings = {
 | 
			
		||||
        keep-outputs = false;
 | 
			
		||||
        keep-derivations = false;
 | 
			
		||||
        keep-outputs = true;
 | 
			
		||||
        keep-derivations = true;
 | 
			
		||||
        use-cgroups = true;
 | 
			
		||||
        http-connections = 0;
 | 
			
		||||
        auto-allocate-uids = true;
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +76,7 @@ in
 | 
			
		|||
        ];
 | 
			
		||||
        experimental-features = [
 | 
			
		||||
          "auto-allocate-uids"
 | 
			
		||||
          # "ca-derivations" this feature is really extremely broken.
 | 
			
		||||
          "ca-derivations"
 | 
			
		||||
          "cgroups"
 | 
			
		||||
          "discard-references"
 | 
			
		||||
          "fetch-closure"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue