From 4d23197aa3373de1cd4d3b58b73acdbb412ab00a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 2 Apr 2026 16:23:45 -0500 Subject: [PATCH] added qr code --- modules/core/sovran-hub.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 9f49bde..c5fca89 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -227,6 +227,9 @@ in StandardOutput = "journal"; StandardError = "journal"; }; + + # ── Make qrencode available for QR code generation ──────── + path = [ pkgs.qrencode ]; }; # ── System update as a detached oneshot ───────────────────── @@ -241,4 +244,4 @@ in # ── Open firewall port ───────────────────────────────────── networking.firewall.allowedTCPPorts = [ 8937 ]; }; -} +} \ No newline at end of file