diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 6871f80..330525c 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -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 = [