nixos/printing: remove google cloud print
This commit is contained in:
parent
27fc0ff73d
commit
754a8db42d
|
@ -270,7 +270,7 @@ in
|
||||||
drivers = mkOption {
|
drivers = mkOption {
|
||||||
type = types.listOf types.path;
|
type = types.listOf types.path;
|
||||||
default = [];
|
default = [];
|
||||||
example = literalExample "with pkgs; [ gutenprint hplip splix cups-googlecloudprint ]";
|
example = literalExample "with pkgs; [ gutenprint hplip splix ]";
|
||||||
description = ''
|
description = ''
|
||||||
CUPS drivers to use. Drivers provided by CUPS, cups-filters,
|
CUPS drivers to use. Drivers provided by CUPS, cups-filters,
|
||||||
Ghostscript and Samba are added unconditionally. If this list contains
|
Ghostscript and Samba are added unconditionally. If this list contains
|
||||||
|
|
Loading…
Reference in New Issue