From 28812ffb2c1501f5b4c64272ffca95fc16e4e4f3 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 13 Oct 2024 20:18:35 +0200 Subject: [PATCH] feat(steveej-x13s): enable cups / printing --- nix/os/devices/steveej-x13s/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = [