Configure scanning
This commit is contained in:
parent
83339d1bc2
commit
f4d237c7ba
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue