moved gabevenberg.com to cirrus.
This commit is contained in:
		
							parent
							
								
									210bf5c415
								
							
						
					
					
						commit
						fb61db7011
					
				
					 4 changed files with 9 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,25 +0,0 @@
 | 
			
		|||
{
 | 
			
		||||
  inputs,
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../configs/nixos/nginx.nix
 | 
			
		||||
  ];
 | 
			
		||||
  services.nginx.clientMaxBodySize = "100m";
 | 
			
		||||
  services.nginx.virtualHosts = {
 | 
			
		||||
    "gabevenberg.com" = {
 | 
			
		||||
      enableACME = true;
 | 
			
		||||
      forceSSL = true;
 | 
			
		||||
      root = "/var/www/gabevenberg.com";
 | 
			
		||||
    };
 | 
			
		||||
    "draft.gabevenberg.com" = {
 | 
			
		||||
      enableACME = true;
 | 
			
		||||
      forceSSL = true;
 | 
			
		||||
      root = "/var/www/draft.gabevenberg.com";
 | 
			
		||||
      basicAuthFile = config.sops.secrets.gabevenberg-draft-credentials.path;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue