mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 23:35:08 +02:00
printing
This commit is contained in:
parent
2f246c2e2f
commit
b33f298244
1 changed files with 5 additions and 1 deletions
|
|
@ -77,7 +77,11 @@ in
|
|||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplip ];
|
||||
drivers = [ pkgs.hplip pkgs.gutenprint pkgs.cnijfilter2 ];
|
||||
};
|
||||
services.avahi = {
|
||||
nssmdns = true;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue