Update netbox host to NixOS 23.11 and netbox to v3.6.3
This commit is contained in:
parent
25cab7982b
commit
b030b10055
3 changed files with 21 additions and 1 deletions
config/hosts/netbox
|
@ -9,6 +9,7 @@
|
|||
{
|
||||
services.netbox = {
|
||||
enable = true;
|
||||
package = pkgs.netbox;
|
||||
secretKeyFile = "/secrets/netbox-secret-key.secret";
|
||||
settings = {
|
||||
ALLOWED_HOSTS = [ "netbox.hamburg.ccc.de" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue