Merge branch 'main' of github.com:TheWanderingCrow/CrOS

This commit is contained in:
TheWanderingCrow 2025-08-13 15:55:59 -04:00
commit f9a37e512e

View file

@ -34,5 +34,7 @@ in {
listenAddress = "0.0.0.0";
port = 9099;
secretKeyFile = config.sops.secrets."netbox/secret-key".path;
plugins = ps: with ps; [ps.netbox-topology-views];
settings.PLUGINS = ["netbox_topology_views"];
};
}