bvm-netbox: bump netbox
This commit is contained in:
parent
657f08b14c
commit
f9cb66d9cc
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ in {
|
||||||
'');
|
'');
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
port = 8001;
|
port = 8001;
|
||||||
package = pkgs.netbox_3_7;
|
package = pkgs.netbox_4_1;
|
||||||
secretKeyFile = config.my.vault.secrets.netbox-secret-key.path;
|
secretKeyFile = config.my.vault.secrets.netbox-secret-key.path;
|
||||||
settings = {
|
settings = {
|
||||||
ALLOWED_HOSTS = ["netbox.int.lukegb.com"];
|
ALLOWED_HOSTS = ["netbox.int.lukegb.com"];
|
||||||
|
|
Loading…
Reference in a new issue