nixos/middleman: Add pubkey and HTTP access to p.nul.ie
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache nixfiles (push) Successful in 51m34s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache nixfiles (push) Successful in 51m34s
				
			This commit is contained in:
		@@ -79,6 +79,10 @@ in
 | 
			
		||||
                  sha256 = "018wh6ps19n7323fi44njzj9yd4wqslc90dykbwfyscv7bgxhlar";
 | 
			
		||||
                };
 | 
			
		||||
              }
 | 
			
		||||
              {
 | 
			
		||||
                name = "ssh.pub";
 | 
			
		||||
                path = lib.my.c.sshKeyFiles.me;
 | 
			
		||||
              }
 | 
			
		||||
            ];
 | 
			
		||||
          }
 | 
			
		||||
          wellKnown
 | 
			
		||||
@@ -343,6 +347,8 @@ in
 | 
			
		||||
        useACMEHost = pubDomain;
 | 
			
		||||
      };
 | 
			
		||||
      "public.${pubDomain}" = {
 | 
			
		||||
        onlySSL = false;
 | 
			
		||||
        addSSL = true;
 | 
			
		||||
        serverAliases = [ "p.${pubDomain}" ];
 | 
			
		||||
        locations."/" = {
 | 
			
		||||
          root = "/mnt/media/public";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user