feat: fix printing to work with my printer
This commit is contained in:
parent
1243fe8aec
commit
90da9da0d5
1 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
flake.modules.nixos.desktop = {
|
flake.modules.nixos.desktop = {
|
||||||
services.printing.enable = true;
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
extraConf = ''
|
||||||
|
Browsing On
|
||||||
|
BrowseLocalProtocols dnssd
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue