Add new wildcard certs for graven.se, openpgpkey WKD
This commit is contained in:
		
							parent
							
								
									eb91a3beaf
								
							
						
					
					
						commit
						4de118b741
					
				
					 11 changed files with 174 additions and 111 deletions
				
			
		| 
						 | 
				
			
			@ -1,25 +0,0 @@
 | 
			
		|||
{ config, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    (builtins.fetchTarball {
 | 
			
		||||
      # Pick a commit from the branch you are interested in
 | 
			
		||||
      url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/6e8142862f23ab99e1cc57838c02b733361e8d50/nixos-mailserver-6e8142862f23ab99e1cc57838c02b733361e8d50.tar.gz";
 | 
			
		||||
      # And set its hash
 | 
			
		||||
      sha256 = "19qzp8131pid4m3llb6w2v4ayxh25016fpv8yw6wnqng9yvigcw5";
 | 
			
		||||
    })
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  mailserver = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    fqdn = "anarkafem.dev";
 | 
			
		||||
    domains = [ "anarkafem.dev" ];
 | 
			
		||||
    loginAccounts = {
 | 
			
		||||
      "noreply@anarkafem.dev" = {
 | 
			
		||||
        hashedPasswordFile = config.secrets.files.email_noreply.file;
 | 
			
		||||
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
    certificateScheme = 3;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -25,6 +25,7 @@
 | 
			
		|||
    withJemalloc = true;
 | 
			
		||||
    servers = { "anarkafem.dev" = {}; };
 | 
			
		||||
    extraConfig = ''
 | 
			
		||||
      default_room_version: "9"
 | 
			
		||||
      auto_join_rooms:
 | 
			
		||||
        - "#suf-aalborg:anarkafem.dev"
 | 
			
		||||
    '';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue