NetBox: Difference between revisions

- added encryption configuration - added Troubleshooting information - fixed some minor bugs in the basic configuration description
m With Transport encryption: forget to add 443 at with TLS encryption
Line 47: Line 47:
{ config, ... }: {
{ config, ... }: {


   networking.firewall.allowedTCPPorts = [ 80 ];
   networking.firewall.allowedTCPPorts = [ 80 443 ];


   services.netbox = {
   services.netbox = {