From c84419cb781ea162c814455351faf6a6558e7a81 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 May 2023 07:48:51 +0200 Subject: Refactor(system/users): Add the groups in the file, giving context --- system/services/scanning/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/services') 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. + ]; } -- cgit 1.4.1