scanning
This commit is contained in:
10
system-modules/scanning.nix
Normal file
10
system-modules/scanning.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
};
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user