From cd47f207c615168e931c763f9add041fe828929b Mon Sep 17 00:00:00 2001 From: Paul Hartman Date: Tue, 29 Apr 2025 04:01:50 -0500 Subject: [PATCH] Still trying to get the scanner working --- hosts/legion/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index 8e9e808..bde44ea 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -8,6 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + # Brother Printer support?? # ./packages.nix ]; @@ -90,6 +91,15 @@ fileSystems."/mnt/nas/media2" = { }; }; + hardware = { + sane = { + enable = true; + brscan4 = { + enable = true; + }; + }; + }; + # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. hardware.nvidia-container-toolkit.enable = true; @@ -258,6 +268,8 @@ fileSystems."/mnt/nas/media2" = { "video" "render" "audio" + "scanner" + "lp" ]; packages = with pkgs; [