added qr code

This commit is contained in:
2026-04-02 16:23:45 -05:00
parent 2fefbf47e4
commit 4d23197aa3

View File

@@ -227,6 +227,9 @@ in
StandardOutput = "journal"; StandardOutput = "journal";
StandardError = "journal"; StandardError = "journal";
}; };
# ── Make qrencode available for QR code generation ────────
path = [ pkgs.qrencode ];
}; };
# ── System update as a detached oneshot ───────────────────── # ── System update as a detached oneshot ─────────────────────
@@ -241,4 +244,4 @@ in
# ── Open firewall port ───────────────────────────────────── # ── Open firewall port ─────────────────────────────────────
networking.firewall.allowedTCPPorts = [ 8937 ]; networking.firewall.allowedTCPPorts = [ 8937 ];
}; };
} }