feat(steveej-x13s): enable cups / printing
This commit is contained in:
parent
062abf22c0
commit
28812ffb2c
1 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,15 @@
|
|||
|
||||
services.illum.enable = true;
|
||||
|
||||
# printint and autodiscovery of printers
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [pkgs.hplip];
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
systemd.services.bluetooth-x13s-mac = lib.mkForce {
|
||||
enable = true;
|
||||
path = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue