Compare commits
	
		
			No commits in common. "c459d2a74422738dfdcc6a1cd88321a09fac1790" and "ed5f2cb13fdb1f9c4ce3827e14ad0c1b2cdc55b2" have entirely different histories.
		
	
	
		
			c459d2a744
			...
			ed5f2cb13f
		
	
		
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@ let
 | 
			
		|||
    ./modules/network.nix
 | 
			
		||||
    ./modules/zsh.nix
 | 
			
		||||
    ./modules/ssh-cursed.nix
 | 
			
		||||
    # FIXME: ./modules/buildbot — whenever you are ready.
 | 
			
		||||
    ./modules/buildbot
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    disko.nixosModules.disko
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,6 @@ in
 | 
			
		|||
  boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
 | 
			
		||||
  # Open public access to our PostgreSQL.
 | 
			
		||||
  services.postgresql.enable = true;
 | 
			
		||||
  services.postgresql.enableTCPIP = true;
 | 
			
		||||
  services.postgresql.authentication = ''
 | 
			
		||||
  host  hydra-nixos-org hydra_ro  ::/0  trust
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue