goofs
This commit is contained in:
		
							parent
							
								
									a596e79a36
								
							
						
					
					
						commit
						4cc524d1c5
					
				
					 4 changed files with 56 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -21,6 +21,7 @@
 | 
			
		|||
    ./warthunder-leak-counter.nix
 | 
			
		||||
    ./invidious.nix
 | 
			
		||||
    ./davi.nix
 | 
			
		||||
    ./goofs.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  networking.hostName = "phantom";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								hosts/phantom/goofs.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								hosts/phantom/goofs.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
{ inputs, ... }:
 | 
			
		||||
{
 | 
			
		||||
  services.nginx.virtualHosts."catboy-spinner.lelgenio.com" = {
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
    root = inputs.catboy-spinner;
 | 
			
		||||
  };
 | 
			
		||||
  services.nginx.virtualHosts."tomater.lelgenio.com" = {
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
    root = inputs.tomater;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue