mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
netbox topology views
This commit is contained in:
parent
2333647240
commit
22b7a5e158
1 changed files with 2 additions and 0 deletions
|
|
@ -24,5 +24,7 @@
|
||||||
enabled = true;
|
enabled = true;
|
||||||
unixSocket = "/run/netbox/netbox.sock";
|
unixSocket = "/run/netbox/netbox.sock";
|
||||||
secretKeyFile = config.sops.secrets."netbox/secret-key".path;
|
secretKeyFile = config.sops.secrets."netbox/secret-key".path;
|
||||||
|
plugins = ps: with ps; [ps.netbox-topology-views];
|
||||||
|
settings.PLUGINS = ["netbox_topology_views"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue