Revert "workaround for bug https://github.com/NixOS/nixpkgs/issues/101445"
This reverts commit a77d1a520d.
	
	
This commit is contained in:
		
					parent
					
						
							
								a77d1a520d
							
						
					
				
			
			
				commit
				
					
						0186d8bd52
					
				
			
		
					 2 changed files with 0 additions and 2 deletions
				
			
		|  | @ -118,7 +118,6 @@ in | ||||||
|   # Configure certificates... |   # Configure certificates... | ||||||
|   security = lib.mkIf config.variables.useSSL { |   security = lib.mkIf config.variables.useSSL { | ||||||
|     acme.certs."dovecot2.${config.variables.myFQDN}" = { |     acme.certs."dovecot2.${config.variables.myFQDN}" = { | ||||||
|       email = "kontakt+blubb1@hamburg.freifunk.net"; |  | ||||||
|       domain = "${config.variables.myFQDN}"; |       domain = "${config.variables.myFQDN}"; | ||||||
|       group = config.services.dovecot2.group; |       group = config.services.dovecot2.group; | ||||||
|       postRun = "systemctl restart dovecot2.service"; |       postRun = "systemctl restart dovecot2.service"; | ||||||
|  |  | ||||||
|  | @ -36,7 +36,6 @@ in | ||||||
|   security = lib.mkIf config.variables.useSSL { |   security = lib.mkIf config.variables.useSSL { | ||||||
|     # Configure the certificates... |     # Configure the certificates... | ||||||
|     acme.certs."postfix.${config.variables.myFQDN}" = { |     acme.certs."postfix.${config.variables.myFQDN}" = { | ||||||
|       email = "kontakt+blubb2@hamburg.freifunk.net"; |  | ||||||
|       domain = "${config.variables.myFQDN}"; |       domain = "${config.variables.myFQDN}"; | ||||||
|       group = config.services.postfix.group; |       group = config.services.postfix.group; | ||||||
|       postRun = "systemctl restart postfix.service"; |       postRun = "systemctl restart postfix.service"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel Frank
				Daniel Frank