move printing to desktop

This commit is contained in:
2024-12-10 11:41:00 +01:00
parent b345870c38
commit 602e765903
2 changed files with 4 additions and 4 deletions
@@ -1,23 +0,0 @@
# Printing
Printing at PSI usually goes via the Findme printing system. More details about this and what printers are available can be found here: https://intranet.psi.ch/de/computing/pull-printing .
## Configuration
Enable printing on a system (printing is usually enabled by default on desktop systems):
```yaml
base::enable_print_client: true
```
Special printing configuration:
```yaml
# Configure your own printers
base::printers:
'C5500':
- 'Findme'
'C400':
- 'ODGA_006'
# set default printer - default if not specified: Findme
base::default_printer: 'ODGA_006'
```