feat: improve printing config
Should now discover printers via IPP Everywhere automatically.
This commit is contained in:
parent
9fe366f34c
commit
01ed691523
3 changed files with 4 additions and 5 deletions
system
|
@ -3,6 +3,9 @@
|
|||
{
|
||||
imports = [ ./common.nix ./fonts.nix ./sound.nix ./vpn.nix ];
|
||||
|
||||
services.printing.enable = true;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue