Also open HTTPS port
This commit is contained in:
		
							parent
							
								
									55a6377b12
								
							
						
					
					
						commit
						6323e0adc8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -82,5 +82,5 @@ lib.mkIf (config.fediversity.enable && config.fediversity.pixelfed.enable) { | |||
|     patches = (old.patches or [ ]) ++ [ ./pixelfed-group-permissions.patch ]; | ||||
|   }); | ||||
| 
 | ||||
|   networking.firewall.allowedTCPPorts = [ 80 ]; | ||||
|   networking.firewall.allowedTCPPorts = [ 80 443 ]; | ||||
| } | ||||
|  |  | |||
		Reference in a new issue