print better
This commit is contained in:
parent
4eed582cff
commit
003f37bfbd
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.printing.startWhenNeeded = true; # i am not the avid printer user
|
services.printing.startWhenNeeded = true;
|
||||||
services.printing.browsed.enable = true;
|
# this drains battery and everything i need is local
|
||||||
|
# also happened to have an RCE in the past
|
||||||
|
services.printing.browsed.enable = false;
|
||||||
services.printing.drivers = with pkgs; [
|
services.printing.drivers = with pkgs; [
|
||||||
# gutenprint is very generic and supports a lot of printers
|
# gutenprint is very generic and supports a lot of printers
|
||||||
gutenprint
|
gutenprint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue