Remove all PDF references: rename credentials-pdf.nix and update references
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/150954c9-65a0-4d5b-b8e2-08f301f07511 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
25e8cac613
commit
7a08bc0b2b
@@ -699,7 +699,7 @@ def _check_port_status(
|
|||||||
|
|
||||||
def _generate_qr_base64(data: str) -> str | None:
|
def _generate_qr_base64(data: str) -> str | None:
|
||||||
"""Generate a QR code PNG and return it as a base64-encoded data URI.
|
"""Generate a QR code PNG and return it as a base64-encoded data URI.
|
||||||
Uses qrencode CLI (available on the system via credentials-pdf.nix)."""
|
Uses qrencode CLI (available on the system via credentials.nix)."""
|
||||||
try:
|
try:
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
["qrencode", "-o", "-", "-t", "PNG", "-s", "6", "-m", "2", "-l", "H", data],
|
["qrencode", "-o", "-", "-t", "PNG", "-s", "6", "-m", "2", "-l", "H", data],
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# ── Always on (no flag) ───────────────────────────────────
|
# ── Always on (no flag) ───────────────────────────────────
|
||||||
./php.nix
|
./php.nix
|
||||||
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
|
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
|
||||||
./credentials-pdf.nix
|
./credentials.nix
|
||||||
|
|
||||||
# ── Services (default ON — disable in custom.nix) ─────────
|
# ── Services (default ON — disable in custom.nix) ─────────
|
||||||
./synapse.nix
|
./synapse.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user