task | scanning fixes
This commit is contained in:
parent
77f77ed8ee
commit
fb7879d7ff
1 changed files with 6 additions and 0 deletions
|
|
@ -102,6 +102,11 @@ in {
|
|||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
printing = { enable = true; };
|
||||
udisks2 = { enable = true; };
|
||||
|
|
@ -142,6 +147,7 @@ in {
|
|||
sane = {
|
||||
enable = true;
|
||||
extraBackends = [ pkgs.sane-airscan ];
|
||||
disabledDefaultBackends = [ "escl" "v4l" ];
|
||||
};
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue