netbox topology views

This commit is contained in:
TheWanderingCrow 2025-08-13 15:55:24 -04:00
parent 2333647240
commit 22b7a5e158

View file

@ -24,5 +24,7 @@
enabled = true;
unixSocket = "/run/netbox/netbox.sock";
secretKeyFile = config.sops.secrets."netbox/secret-key".path;
plugins = ps: with ps; [ps.netbox-topology-views];
settings.PLUGINS = ["netbox_topology_views"];
};
}