monolith: fix nix serve
This commit is contained in:
		
							parent
							
								
									ebe532daec
								
							
						
					
					
						commit
						18357e7779
					
				
					 5 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{ config, pkgs, lib, ... }: {
 | 
			
		||||
  services.nix-serve = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    secretKeyFile = "/var/cache-priv-key.pem";
 | 
			
		||||
    secretKeyFile = config.age.secrets.monolith-nix-serve-privkey.path;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,5 +6,7 @@
 | 
			
		|||
      ../secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
 | 
			
		||||
    secrets.rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.file =
 | 
			
		||||
      ../secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
 | 
			
		||||
    secrets.monolith-nix-serve-privkey.file =
 | 
			
		||||
      ../secrets/monolith-nix-serve-privkey.age;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue