[WIP] Stuff

This commit is contained in:
Andrea Ciceri 2022-10-11 20:46:44 +02:00
parent f62f6ff7f4
commit 859896c9b2
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 43 additions and 8 deletions

View 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;
}