From 158e9647bdc5849d825ff508cae61eb8f0fc2cf9 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 6 Apr 2024 00:48:34 +0200 Subject: [PATCH] feat(netbox): Update QR-Code config --- machines/web01/netbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/web01/netbox.nix b/machines/web01/netbox.nix index 6d8bb82..2bd819a 100644 --- a/machines/web01/netbox.nix +++ b/machines/web01/netbox.nix @@ -24,7 +24,7 @@ in PLUGINS_CONFIG = { netbox_qrcode = { custom_text = "DGNum. contact@dgnum.eu"; - text_location = "down"; + font = "Tahoma"; }; }; };