diff options
author | Joris | 2024-01-21 09:04:14 +0100 |
---|---|---|
committer | Joris | 2024-01-21 09:04:14 +0100 |
commit | 166ab70bd131f470b2f8bb91b53dd15d9ee00d86 (patch) | |
tree | 1cd44b182f54cd44b3c381adeb65a332d24b4cc4 | |
parent | 70d1865f1e0aa6eac6d52768de3250e903ff9221 (diff) |
Printer is now configured in nixos
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -256,18 +256,6 @@ If services do not appear, run: nix-shell -p glxinfo --run "glxinfo | grep OpenGL" -# Setup the printer - -1. Assign a fix IP address to the printer. - -2. Go to the CUPS interface at `http://localhost:631`. - -3. Add a printer with connection `lpd://<printer_ip>/BINARY_P1` - -Using the CLI to specify the connection: - - lpadmin -p <printer_name> -v lpd://<printer_ip>/BINARY_P1 - # Export GPG keys Save to a physical USB key: |