bvm-netbox: bump netbox

This commit is contained in:
Luke Granger-Brown 2024-11-02 11:11:56 +00:00
parent 657f08b14c
commit f9cb66d9cc

View file

@ -166,7 +166,7 @@ in {
'');
listenAddress = "127.0.0.1";
port = 8001;
package = pkgs.netbox_3_7;
package = pkgs.netbox_4_1;
secretKeyFile = config.my.vault.secrets.netbox-secret-key.path;
settings = {
ALLOWED_HOSTS = ["netbox.int.lukegb.com"];