move printing to desktop
This commit is contained in:
@@ -78,7 +78,6 @@ chapters:
|
||||
- file: admin-guide/configuration/software/conda
|
||||
- file: admin-guide/configuration/software/labview
|
||||
- file: admin-guide/configuration/software/citrix_vda
|
||||
- file: admin-guide/configuration/software/printing
|
||||
- file: admin-guide/configuration/files
|
||||
sections:
|
||||
- file: admin-guide/configuration/files/windows_drives_in_home
|
||||
@@ -103,6 +102,7 @@ chapters:
|
||||
- file: admin-guide/configuration/desktop/screen_lock
|
||||
- file: admin-guide/configuration/desktop/banner_message
|
||||
- file: admin-guide/configuration/desktop/alternative_desktops
|
||||
- file: admin-guide/configuration/software/printing
|
||||
- file: admin-guide/configuration/monitoring
|
||||
sections:
|
||||
- file: admin-guide/configuration/monitoring/icinga2
|
||||
|
||||
+3
-3
@@ -5,19 +5,19 @@ Printing at PSI usually goes via the Findme printing system. More details about
|
||||
|
||||
Enable printing on a system (printing is usually enabled by default on desktop systems):
|
||||
```yaml
|
||||
base::enable_print_client: true
|
||||
base::enable_printing: true
|
||||
```
|
||||
|
||||
Special printing configuration:
|
||||
```yaml
|
||||
|
||||
# Configure your own printers
|
||||
base::printers:
|
||||
printing::printers:
|
||||
'C5500':
|
||||
- 'Findme'
|
||||
'C400':
|
||||
- 'ODGA_006'
|
||||
|
||||
# set default printer - default if not specified: Findme
|
||||
base::default_printer: 'ODGA_006'
|
||||
printing::default_printer: 'ODGA_006'
|
||||
```
|
||||
Reference in New Issue
Block a user