diff --git a/images/netbox/plugins.py b/images/netbox/plugins.py index 5a681b7..ae0b722 100644 --- a/images/netbox/plugins.py +++ b/images/netbox/plugins.py @@ -39,16 +39,4 @@ PLUGINS_CONFIG = { # "allow_coordinates_saving": True, # "always_save_coordinates": False, }, - # "netbox_proxbox": { - # "proxmox": [ - # { - # "domain": "proxmox.example.com", - # "http_port": 8006, - # "user": "root@pam", - # "password": "your-password", - # "ssl": True, - # "node": "pve", - # } - # ], - # }, }