From f4d237c7ba32098c4a3401324922ec267c293724 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sat, 21 Dec 2024 00:46:25 +0000
Subject: [PATCH] Configure scanning

---
 nix/hosts/lemp11/configuration.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nix/hosts/lemp11/configuration.nix b/nix/hosts/lemp11/configuration.nix
index 6ca028aa..817d4aa7 100644
--- a/nix/hosts/lemp11/configuration.nix
+++ b/nix/hosts/lemp11/configuration.nix
@@ -159,6 +159,7 @@
       "docker"
       "media"
       "networkmanager"
+      "scanner"
       "wheel"
     ];
     packages = [ ];
@@ -318,4 +319,6 @@
       KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
     '';
   };
+
+  hardware.sane.enable = true;
 }