about summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/scanning/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/services/scanning/default.nix b/system/services/scanning/default.nix
index b132e915..27e7ccbb 100644
--- a/system/services/scanning/default.nix
+++ b/system/services/scanning/default.nix
@@ -6,4 +6,8 @@
       extraBackends = [pkgs.sane-airscan];
     };
   };
+
+  users.users.soispha.extraGroups = [
+    "scanner" # for permission to access the scanner.
+  ];
 }