[WIP] Stuff
This commit is contained in:
parent
f62f6ff7f4
commit
859896c9b2
6 changed files with 43 additions and 8 deletions
12
modules/printing/default.nix
Normal file
12
modules/printing/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.avahi.enable = true;
|
||||
# Important to resolve .local domains of printers, otherwise you get an error
|
||||
# like "Impossible to connect to XXX.local: Name or service not known"
|
||||
services.avahi.nssmdns = true;
|
||||
services.printing.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue