added qr code
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user