l print: enable avahi
This commit is contained in:
parent
2a7501b66c
commit
6c982d0487
@ -6,5 +6,19 @@
|
||||
pkgs.foomatic-filters
|
||||
pkgs.gutenprint
|
||||
];
|
||||
browsing = true;
|
||||
browsedConf = ''
|
||||
BrowseDNSSDSubTypes _cups,_print
|
||||
BrowseLocalProtocols all
|
||||
BrowseRemoteProtocols all
|
||||
CreateIPPPrinterQueues All
|
||||
|
||||
BrowseProtocols all
|
||||
'';
|
||||
};
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user